What is java command?
Answer / Pratibha Pal
Java commands are used for compiling and running Java programs. The main Java command is javac, which is used to compile Java files (.java), and java, which is used to run the compiled bytecode (.class).
| Is This Answer Correct ? | 0 Yes | 0 No |
explain System.out.println
107 Answers Calpine Technologies, Care, Cognizant, CTS, IBM, IBS, LibSys, Oracle, Spiro Solutions, TCS,
What is the difference between a switch statement and an if statement?
is set interface synchronized by default???
Explain Connection Pooling?
What is classpath?
FOR EXAMPLE WE R HAVING TWO LIST ELEMENTS ..BOTH LISTS CONTAINS ID,NAME,PLACE ..I NEED TO COMPARE BOTH IDS IN TWO LISTS,IF ID'S R SAME MEANS WE HAVE ADD THE DETAILS(LIKE NAME,PLACE) TO MAP...HOW IS POSSIBLE ?CAN ANY ONE SUGGEST?
What is Major and importance difference between for and foreach loop ?
Can you tell me range of byte?
Are floats faster than doubles?
Explain Event handling in AWT?
Define how destructors are defined in java?
Explain the difference between treeset and treemap in java?