explain System.out.println
Answer Posted / sankar r k
System is a class of java.lang package
out is a static object of the Printstream class.
println is a function of Printstream class to print on the
console
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
When a lot of changes are required in data, which one should be a preference to be used? String or stringbuffer?
What is unicode in java?
What does escaping a character mean?
What access modifiers can be used for variables?
If A Class Is Declared Without Any Access Modifiers, Where May The Class Be Accessed?
Write a program based on Java script program.
Is it possible to compare various strings with the help of == operator? What are the risks involved?
What is void in java?
What is concurrent hashmap and its features?
Is empty .java file name a valid source file name?
When super keyword is used?
What are structs in java?
What is scope & storage allocation of static, local and register variables? Explain with an example.
What are different types of states exist for a thread?
How will you print number in reverse (descending) order in BST.