What is checkpoint? How to create checkpoints in our java
projects?
Answer / p.sivakumar from trichy sjc
System.in.read()
this method is used as a checkpoint in java programs
this method is used to get a character from standard device.
until you give input it will wait
| Is This Answer Correct ? | 2 Yes | 10 No |
What are the advanatages of RMI ?
what is JTA ?
how i secure my site with the https protocol.what are the steps?
Why do I get a duplicate name error when loading a jar file?
diff between jsp include directive and jsp action include?
What is the O/P of the below Code Snippet ? And how does it imply the concept of call-by-value/call-by-reference. (Note : Pls ignore syntx errors) public class One { sop ("Into One--"); } public class Two extends One{ sop ("Into Two--"); } public class Home { One a; Two t; public static void main(argv[]) { sop ("In Home--"); sop(One.a); sop(Two.a); sop(One.t); sop(Two.t); } }
Can I run seam outside of jboss as?
What is the initial state, When a thread is created and started?
What event results from the clicking of a button?
What is Stream Tokenizer?
What is the difference between a menuitem and a checkboxmenuitem?
What is local interface. How values will be passed?