a thread is runnable, how does that work? : Java thread


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

Post New Answer

More Core Java Interview Questions

What is difference between path and classpath in java?

0 Answers  


What are the different types of multitasking?

0 Answers  


What is the difference between throw and throws in java?

0 Answers  


What is string length in java?

0 Answers  


Can we use different return types for methods when overridden?

0 Answers  


What are java methods?

0 Answers  


What is the += operator called?

0 Answers  


What is an enumeration class?

2 Answers  


which swing component is similar to rich text box in .net/vb

1 Answers  


What is java and their uses?

0 Answers  


Can we override data members in java?

0 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