explain System.out.println
Answer Posted / vinay tiwari
System: System is a Package
out: out is a class belonging to System Package
println(): println() is a method of out class
| Is This Answer Correct ? | 54 Yes | 453 No |
Post New Answer View All Answers
How to reverse a string in java?
what type of questions asked for barclays technologies pune please send urgent
What are the advantages of user defined functions?
Which way a developer should use for creating thread, i.e. Sub classing thread or implementing runnable.
Explain OOPs concept.
What are the object and class classes used for?
explain the difference between jdk and jvm?
Can we create an object of static class in java?
What is indexof in java?
What is canonical name in java?
Mention some features of java?
What is the default size of set in java?
What is the difference between an argument and a parameter?
What is a flag variable?
what is the purpose of "virtual"?