Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #4K
~1K People Reached
Favorite Forums

9 Posted Topics

Member Avatar for avinash_545

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]

Member Avatar for stultuske
0
207
Member Avatar for joker400
Member Avatar for shinyhelmet
0
254
Member Avatar for joker400

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 ...

Member Avatar for Claude2005
0
162
Member Avatar for ziwacha
Member Avatar for joker400
-4
63
Member Avatar for luvthug
Member Avatar for kiyu2keith

[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 …

Member Avatar for kiyu2keith
0
113
Member Avatar for sharathk60

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]

Member Avatar for sharathk60
0
117
Member Avatar for neo_philiac

i didn't get you ... could explain it again ??? you have two classes .... and .....

Member Avatar for joker400
0
92
Member Avatar for veroniclake

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]

Member Avatar for joker400
0
107

The End.