explain System.out.println
Answer Posted / shakti prasad rath
System ->it is a final class present in java.lang package
that can be inherited.
out -> it is a inner class object.
println() -> it is a method in printstream class
| Is This Answer Correct ? | 9 Yes | 44 No |
Post New Answer View All Answers
Can you explain the private protected field modifier?
What is regex java?
Can an interface be defined inside a class?
Can we access instance variables within static methods ?
How many types of literals are there in JAVA?
Can we change the scope of the overridden method in the subclass?
What is an example of a boolean?
Can a static block throw exception?
Can we define static methods inside interface?
how to create multithreaded program? Explain different ways of using thread? When a thread is created and started, what is its initial state? Or extending thread class or implementing runnable interface. Which is better? : Java thread
Define a package.
What is the longest unicode character?
Is string thread safe in java?
What is json parser in java?
What are the differences between processes and threads?