Explain about version control?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Core Java Interview Questions

What is singleton math?

0 Answers  


explain the concept of virtual method invocation in polymorphism in detail?

0 Answers   TCS,


What do you understand by copy constructor in java?

0 Answers  


Explain the significance of listiterator.

0 Answers  


What is dynamic dispatch in java?

4 Answers  


how are methods defined?

0 Answers  


How Vector class is synchronized,How to build user defined class as synchronized?

0 Answers  


What advantage does an entity bean have over a sessin bean?

3 Answers   Adobe,


public class BatchTest { public static void main(String[] args) { Runtime run = Runtime.getRuntime(); try { Process p = run.exec("cmd start /c D:/test.bat"); System.out.println(p.exitValue()); } catch (Exception e) { e.printStackTrace(); } System.out.println("FINISHED"); } }

0 Answers  


Explain tree set and its features?

0 Answers  


What is a predicate method?

0 Answers  


What happens if an exception is not handled in a program?

0 Answers  


Categories