explain System.out.println
Answer Posted / trip
System: Class of java.lang package
out: predefine stream variable
println: method of PrintStream class (which is a type of
object reference by System.out)
| Is This Answer Correct ? | 15 Yes | 10 No |
Post New Answer View All Answers
Explain the difference between an Interface and an Abstract class?
How do you square a number in java?
What is static class
Why is it important to initialize a variable?
What makes a function well defined?
How to run a JAR file through command prompt?
Can variables be used in java without initialization?
what is encapsulation in java? Explain
Which collection is ordered in java?
What is the default execution method in java?
Can set contain duplicates?
Does a function need a return?
Under what conditions is an object’s finalize() method invoked by the garbage collector?
What are the default and parameterized constructors?
How can we find the actual size of an object on the heap?