explain System.out.println
Answer Posted / harry
system.out.println is used to display text on the output screen
it has same function as that of printf in c language
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Difference between collection, collection and collections in java?
What is the public field modifier?
What is the benefit of using enum to declare a constant?
Why string is immutable or final in java
How many ways can you break a singleton class in java?
Is zero a positive integer?
What is replaceall in java?
Does unicode support all languages?
What is unmodifiable collection in java?
How variables are stored in memory?
List the features of java programming language.
What are the two types of java?
How to invoke external process in java.
Does java list allow null?
what is the volatile modifier for? : Java thread