explain System.out.println
Answer Posted / chandan
system is a class
out ia an object of printwriter class
println is a method of printwriter class
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is bytecode in java ?
What is the access scope of protected access specifier?
What is the += operator called?
What language is java written?
What is treeset in java?
What is palindrome in java?
What a static class can contains?
What is the difference between array list and vector in java?
What is the difference between size and length in java?
What is variable explain with example?
Can a final variable be manipulated in java?
What is the do while loop syntax?
how to write a program for sending mails between client and server
Explain the difference between a Thread and a Process.
Difference between method overloading and overriding.