explain System.out.println
Answer Posted / gopal
System:it is a predefined class which is defined in a package.
out:to display result on monitor.
println:print next line
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain about oops concepts.
Can we initialize the final blank variable?
Is this valid in java ? Can we instantiate interface in java?
How do I run java on windows?
What is the java idl system?
What is a method in programming?
What types of index data structures can you have in java?
What is stack example?
What are the methods of object class ?
Given a singly linked list, how will you print out its contents in the reverse order? Can you do it with consuming any extra space?
What are 3 boolean operators?
Name few java util classes introduced with java 8 ?
How do you execute a thread in java?
What is the purpose of assert keyword used in jdk1.4.x?
List implementations of list interface?