explain System.out.println
Answer Posted / sarfraj ahmed
SYSTEM IS THE CLASS
OUT IS THE OBJECT OF THE CLASS
& PRINTLN IS THE METHOD....
WHICH IS USED TO DISPLAY THE STRING INSID METHOD
| Is This Answer Correct ? | 13 Yes | 17 No |
Post New Answer View All Answers
Compare Mutex and Semaphore in java.
Write a program to search a number in the given list of numbers.
Difference between static synchronization vs. Instance synchronization?
What is the final variable?
What are latest features introduced with java 8?
Give reasons supporting that string is immutable.
Is java owned by oracle?
Explain the difference between comparator and comparable in java?
What is hashing in java?
How to optimize the javac output?
What is the synonym of procedure?
What does null mean in java?
Explain the importance of finally over return statement?
Can we declare main () method as non static?
What is oops in java?