What is valid keyword in java?


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

Post New Answer

More Core Java Interview Questions

What is %02d?

0 Answers  


how to create multithreaded program? Explain different ways of using thread? : Java thread

0 Answers  


What are blocks?.

1 Answers   TCS,


How to call a Stored Procedure from JDBC?

4 Answers   Satyam,


What is final variable?

0 Answers  






What is "finally" keyword?

10 Answers  


Difference between a Canvas and a Scroll Pane?.

1 Answers   NIIT,


What are the advantages of the model over the event- inheritance model?

1 Answers  


Can inner class be public in java?

0 Answers  


Why we cannot override static method?

0 Answers  


why we need this (1.object,2.class,3.data hiding,4.encapsulation,5.abstraction,6. polymorphism,7.inheritance)

2 Answers  


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  


Categories