explain System.out.println
Answer Posted / jaith eranga
System : Is the namespace.(not the package)
out : A class in the System namespace.
println : A method in the out class
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Can we use catch statement for checked exceptions when there is no chance of raising exception in our code?
What do you mean by boolean?
What is a method signature java?
What is the meaning of nullable?
What is the ==?
What are synchronized blocks in java?
Why doesn't the java library use a randomized version of quicksort?
What is the difference between an argument and a parameter?
Is heap stored in ram?
Can string be considered as a keyword?
How do you input a string in java?
Why is the main method declared static?
What are different access specifiers in java? Explain
Can final class have constructor?
Should a main method be compulsorily declared in all java classes?