Answer Posted / edward sudhaharchennai
out is d object of PrintStream class which is available in
System class. println is a static method . its work is to
print the information provided into the console...
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
What is the difference between JDBC 1.0 and JDBC 2.0?
How to sort double array in java?
What is the difference between conversation & casting?
What does bitwise or mean?
What exactly is a .class file?
What are static initalizers in java ?
What is the difference between static and global variables and also define what are volatile variables?
What does a za z0 9 mean?
What is java reflection api?
What is int lol?
when you will synchronize a piece of your code? : Java thread
Explain public static void main(string args[]).
Explain about arraylist?
When do we need to use internal iteration? When do we need to use external iteration?
What is :: operator in java?