| Thread | Last Post | Replies |
|
| New to java -- help! | 06 Nov 2005 16:41 GMT | 17 |
I've just started an introductory to Java course, but I'm a tad behind because I started the course a few weeks into the curriculum. This is a bit embarrassing for me to admit, but I have no idea what one of my assignments is asking for. Could someone help me.
|
| else without if error | 06 Nov 2005 15:47 GMT | 5 |
Does anyone know why i'm getting an 'else' withour 'if' error here? It looks like correct code to me...what did I miss? //Linear search public BankAccount searchAccounts (Vector<BankAccount> bankAccounts ,
|
| static vs non-static variables | 06 Nov 2005 12:15 GMT | 14 |
Hello all, I am still kind of confused with static vs non-static fields. I understand that the static keyword is associated with the class, and not the object. But, for example, if you have non static fields, doesn't each object instatiated from this class contain those fields, ...
|
| How to cast String as InetAddress | 06 Nov 2005 09:08 GMT | 3 |
I have address name of host as a string something like "net01.ut.edu" , how do I convert it to type InetAddress. Thanks for help!
|
| slicing ByteBuffer | 06 Nov 2005 09:05 GMT | 1 |
I want to end up with a String containing the message that was received on a SocketChannel, using a ByteBuffer. I create a ByteBuffer with a capacity of 100: ByteBuffer buffer = ByteBuffer.allocate(100);
|
| About cast | 06 Nov 2005 07:35 GMT | 4 |
I've created a class called TokenizedFile as follows (simplified version ;-)) public class TokenizedFile {
|
| error? | 05 Nov 2005 21:37 GMT | 10 |
Hi guys, what does this mean. C:\-=92.1903=-\-=assignment 3 =-\MyString.java:78: 'class' or 'interface' expected }
|
| developing for j2me | 05 Nov 2005 14:00 GMT | 13 |
How do I go about developing a program for j2me? I have made a sample sudoku solver and wish to try it on my pda but cannot make a jad file. I probably need to compile it for j2me too, i suspect. Thanks
|
| assistance sought for JVM core dump debugging | 05 Nov 2005 13:58 GMT | 4 |
We have a Tomcat app that is hanging every 3-4 days. I know this is off-topic, but I'd appreciate any help in resolving this. I've posted the JVM dump on my web page at http://web.bvu.edu/staff/david/jvmdmp.txt Additional details:
|
| setLocation does not woork | 05 Nov 2005 09:31 GMT | 7 |
Please compile the following code with Javac. Look at the objects in your browser and you will see that they dont move. Why? What can I do to reposition these objects?
|
| How to print a rectangle constructor variable in JavaScript? | 05 Nov 2005 07:46 GMT | 1 |
I am doing examples in "JavaScript: the Definitive Guide." For Example 8-1, a rectangle constructor function, how do I print/write the rectagle (x,y)? Here is the JavaScript program:
|
| Passing NULL Objects | 05 Nov 2005 06:13 GMT | 7 |
Hello everyone. I have the following: //Perform a search for the account number public BankAccount searchAccounts (Vector<BankAccount> bankAccounts , long accountNumber){
|
| Error with readInt() | 05 Nov 2005 05:20 GMT | 6 |
// read the config file int nop; FileInputStream fin = new FileInputStream("config.txt"); DataInputStream din = new DataInputStream(fin);
|
| Samples for Poseidon, ArgoUML, Rational rose | 05 Nov 2005 03:18 GMT | 3 |
there is any site with some examples in UML language for one of these programs Poseidon, ArgoUML or Rational Rose? Which is the best program that convert a project written in UML language in Java language?
|
| recommendations or a java development environment | 04 Nov 2005 20:06 GMT | 20 |
does anyone have any recommendations for a java development environment? i'm using 'blue jay' at the moment but find it unstable sometimes.
|