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
Which method returns the length of a string?
Can long be null in java?
What are the two types of java?
What is the difference between private & public & friendly classes?
What is an off by one error in java?
What are the uses of synchronized keyword?
How can the checkbox class be used to create a radio button?
What are methods and how are they defined?
Explain about serializable interface in java?
What is the public method modifier?
What are data types in programming?
What is the difference between access specifiers and access modifiers in java?
Can list be null in java?
What are wrapper classes in java?
Is null or empty java?