What is checkpoint? How to create checkpoints in our java
projects?



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

Post New Answer

More Advanced Java Interview Questions

Is a class a subclass of itself?

0 Answers  


Describe responsibilities of Activator?

0 Answers  


what we can't do in jdbc but can do hibernate?

3 Answers   Cap Gemini,


Explain about thread synchronization inside a monitor?

0 Answers   Saksoft,


Define aop(assepct oriented programing)?

0 Answers  






What is UniCastRemoteObject and what is its use in RMI?

6 Answers  


difference between Abstract and Interface?

2 Answers   HCL, Infotech,


Why use a datasource when you can directly specify a connection details? (in a J2EE application)

1 Answers  


What is permgen or permanent generation?

0 Answers  


What is difference RMI registry and OSAgent?

1 Answers  


Difference between JRE and JVM?

3 Answers   HeadStrong, Infotech,


For an example, if we have some variable in run method, and we created one or more threads. Does all threads will share the same variable or a copy of variable is created for each thread??

1 Answers  


Categories