define System.out.println(); what is the meaning!
Answer Posted / mohit gupta
System is a class and out is a static attribute which is of
type printstream. printstream class has a method called
println().
| Is This Answer Correct ? | 69 Yes | 19 No |
Post New Answer View All Answers
What 5 doubled?
How to connect to a remote database using Applet?
Will set allow duplicates in java?
Can I use % with real numbers?
how we can create packages in java?
how many types of Inheritance?
What are void pointers?
Can we declare an interface as final?
Can you explain the private protected field modifier?
What are scriptlets?
Why does java have different data types for integers and floating-point values?
Can inner class be public in java?
How do you take thread dump in java?
Which types of exceptions are caught at compile time?
Difference between stack and queue?