No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
9 Posted Topics
It think this will help also : [URL="http://java.sun.com/docs/books/tutorial/java/IandI/subclasses.html"]http://java.sun.com/docs/books/tutorial/java/IandI/subclasses.html[/URL]
Hello, i hope all of you are fine ... i need some source about telecom billing system ....
how to make perl code executed automatically when new file comes out ??? i am done with most of the script, the script is converting files from one format to another , so i need the script to run when new files comes out ...
[CODE] public static void main(String[] args) { String gender, nat; gender=JOptionPane.showInputDialog("Gender"); nat=JOptionPane.showInputDialog("Nationality"); if (gender.equals("m") & nat.equals("n")){ JOptionPane.showMessageDialog(null,"Gender: " +gender +"\n Nationality: "+nat+" Fee is 1450"); }[/CODE] - i hope this will help you should the difference between this two things [CODE]if (name == "Mickey Mouse") // Legal, but ALMOST SURELY …
also i got some good resources : 1-[URL="http://java.sun.com/docs/books/tutorial/deployment/applet/"]http://java.sun.com/docs/books/tutorial/deployment/applet/[/URL] 2-[URL="http://www.realapplets.com/tutorial/"]http://www.realapplets.com/tutorial/[/URL] 3-[URL="http://www.dgp.toronto.edu/~mjmcguff/learn/java/"]http://www.dgp.toronto.edu/~mjmcguff/learn/java/[/URL]
i didn't get you ... could explain it again ??? you have two classes .... and .....
See this two websites it could help : 1- [URL="http://www.leepoint.net/notes-java/data/strings/40regular_expressions/25sum-regex-basic.html"]http://www.leepoint.net/notes-java/data/strings/40regular_expressions/25sum-regex-basic.html[/URL] 2-[URL="http://www.regular-expressions.info/tutorial.html"]http://www.regular-expressions.info/tutorial.html[/URL]
The End.
joker400