Actually ,there is a difference between the result we have seen and the actually java presentation in inner.<br>Sorry for my pool english .i will express my...
i agree with you .As a beginer,use a notepad,as i do .Acutally ,i use editplus,which also can edit html efficiently.<br><br><br>pool english <br>njzeng...
Hi guys! I need help...<br><br>I'd like to be able to be in a root directory and execute a 'javac *.java' type statement that will compile everything in this...
There are severals ways to approach this.<br><br>First, several of the IDE's use a project approach and allow you to rebuild an entire project from within the ...
I did discover Arrays.sort() earlier, but now I'm trying to figure out how to do it manually, using some kind of sorting algorithm. (I confess it's for an ...
Hi everyone. I'm trying to create a java database programm but would firstly like to model the application.<br><br>I was considering using UML but was...
I am writing an applet, and it's files (class and jar files that it uses) are all packed into 1 jar file named simply theApplet.jar<br><br>in the mainifest it...
I like TogetherSoft. It has UML tools, case tools, E-R diagramming tools and others. It has a neat feature of generating your class code automatically when you...
There are as many modeling languages as there are stars in the sky.<br><br>However, UML is pretty much standard as a modeling LANGUAGE. It can model databases ...
Hi all,<br>I have to develop a lan or internet based voice chat program in java.<br>Any tutorial,book,article,source code would be helpful for me.thanx...
I am new to Java. Can Java be as efficient as Cobol in processing huge amounts of data? Why or why not? Can Java be ran on a mainframe? What type of ...
I've got so far as making an array of "person" objects, and I've done a bubble sort on it, using the numerical value of the first char of the surname. That's a...
You don't have to search on the 1st letter, then search those again on the 2nd letter. Use the compareTo() method of the String class in your search algorithm....
Here is an outline of how another student group approached the same problem:<br><a href=http://saltwater.cecs.missouri.edu/~shi/cecs383.prj/g08/report.htm...
Hi everyone. I am new to databases and am attempting to create a database<br>using Jbuilder 5 and MS Access 2000.<br><br>I know that to be able to create a ...
I got some information ,when i using command regedit ,you know to edit my window's registry,<br>i open the HKEY_LOCAL_MACHINE\Software\odbc,<br>there is some...
I would like to share my exprience.<br>I find at java.net.InetAddress ,class InetAddress has a method called getByname(); so we can get the Ip address by its...
Not being predjudiced at ALL, I think Java can be used for ANYTHING.<br><br>However, if you want the truth, you can and should use Java for anything for which...
I have just downloaded the j2sdk from sun's web site and I successfully compiled HelloWorld.java into HelloWorld.class. And I created run.html with simple...
just wonderin if any one has compeleted any work with a java servlets and WML / WAP<br>Im lookin for tips, hints, tricks or any websites which you found ...
I do get asked that a lot. I am not that guy or, unfortunately even a long lost cousin...<br><br>However, I have read his books (several years ago); and use...
Is the class HelloWorld extended from class Applet?Or ,have you override the method ini(),and start() method from class Applet?<br>Can you give you program 's...
I am trying to create a program that accept charracter from keyboard and print the result<br>such variables as: Quizes = .30, homework = .20,<br>cummulative =...