Answer Posted / kiran
jdb [ options ] [ class ] [ arguments ]
options
Command-line options, as specified below.
class
Name of the class to begin debugging.
arguments
Arguments passed to the main() method of class.
| Is This Answer Correct ? | 5 Yes | 4 No |
Post New Answer View All Answers
how to create daemon thread in java?
Explain the difference between abstraction and encapsulation.
what do you understand by synchronization? : Java thread
Is it possible to cast an int value into a byte variable? What would happen if the value of int is larger than byte?
What is hash code collision?
What is jagged array in java?
Can we clone singleton class in java?
4.1 Supply contracts (in the form of comments specifying pre- and post conditions) for the enqueue() method of the LinkedQueue class given in the Appendix. (2) 4.2 Let Thing be a class which is capable of cloning objects, and consider the code fragment: Thing thing1 = new Thing(); //(1) Thing thing2 = thing1; //(2) Thing thing3 = (Thing) thing1.clone(); //(3) Explain how the objects thing2 and thing3 differ from each other after execution of the statements. (
What is difference between word and integer?
What is integer parseint?
Is there is any difference between a scrollbar and a scrollpane?
What is boolean strategy?
What is abstract class? Explain
What are java packages?
Explain different states of a thread in java?