explain System.out.println
Answer Posted / tirath pal singh sisodiya
System.Out.println()
System-System is the final class of the java.lang package it
can not be inherit.
Out-out is the static Object of the PrintStream class which
located in java.io package.
for call any static object with class name then we use
System.Out
println()-println() is the method of printStramClass .
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Is map ordered in java?
What is the benefit of inner / nested classes ?
How do you achieve polymorphism in java?
Is char a method in java?
What are the types of methods in java?
What are alternatives to java serialization?
How does thread synchronization occurs inside a monitor? What levels of synchronization can you apply?
Describe method overriding
Write a program to print 15 random numbers using foreach of java 8?
What are the methods available in a class?
When do we use synchronized methods in java?
When a thread is executing a synchronized method , then is it possible for the same thread to access other synchronized methods of an object ?
What is the difference between equals() and?
Where is java located?
What is a qms manual?