Answer Posted / vetriselvan
this is a output commmand to print the result in java
programming.
| Is This Answer Correct ? | 6 Yes | 7 No |
Post New Answer View All Answers
What is purpose of applet programming?
What is the difference between super class & sub class?
What do you understand by the term string pool?
What are the three best choices for a development environment?
Which is fastest collection in java?
What is arraylist class in java?
How would overload a function based on return type?
When wait(), notify(), notifyall() methods are called does it releases the lock or holds the acquired lock?
What is the difference between call by reference and call by pointer?
A non-static inner class may have object instances that are associated with instances of the class’s outer class. A static inner class does not have any object instances.
Why we do exception handling in java and how many types of exceptions are there?
Are global variables initialized to zero?
What is class level lock ?
Do extraneous variables affect validity?
What is the implementation of destroy method in java. Is it native or java code?