Which category the java thread do fall in?


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

Post New Answer

More Core Java Interview Questions

Relationship between an event-listener interface and an event-adapter class?

1 Answers  


Is list thread safe in java?

0 Answers  


What is a substring of a string?

0 Answers  


what is mean by overriding in which situation we wil use?

5 Answers   Atlas Systems, CSC, DCPL,


In Inheritance if we are implementing Multi level inheritance and all class having same name of variable and now i want to access each class variable and how it is possible?

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  


Why we used break and continue statement in java?

0 Answers  


What is the size of arraylist in java?

0 Answers  


Give some features of interface?

0 Answers  


5 Coding best practices you learned in java?

0 Answers  


How do you sort an array in java?

0 Answers  


Which is bigger float or double java?

0 Answers  


Categories