explain System.out.println
Answer Posted / harry
system.out.println is used to display text on the output screen
it has same function as that of printf in c language
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Is empty string in java?
What is implicit object in java?
What is the difference between the ">>" and " >>>" operators in java?
If an object reference is set to null, will the garbage collector immediately free the memory held by that object?
How does thread synchronization occurs inside a monitor? What levels of synchronization can you apply?
What do you mean by light weight and heavy weight components?
What is Java Annotations?
What is class array in java?
How can you handle java exceptions?
What is primitive array?
What does the ‘static’ keyword mean? Is it possible to override private or static method in java?
What is heterogeneous in java?
What is lazy initialization in java?
Detail discussions on JVM, memory management and garbage collector.
What is tree node in java?