explain System.out.println
Answer Posted / ji
system. It is a class,and
out is the static member variable,
println is the method(out class method)..........
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Can we use string in switch case in java?
How to find the index of the largest number in an arraylist java?
What is a methodologist?
When wait(), notify(), notifyall() methods are called does it releases the lock or holds the acquired lock?
What is the purpose of the runtime class in java programming?
What is an association?
What is difference between word and integer?
How will you load a specific locale?
Why we used vector class?
What is scope & storage allocation of static, local and register variables? Explain with an example.
Explain creating threads by implementing runnable class?
How can you read an integer value from the keyword when the application is runtime in java? example?
When throws keyword is used?
How do you check if two strings are equal in java?
What are the principle concepts of oops?