What is the difference between multitasking and multithreading in Java


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

Post New Answer

More Core Java Interview Questions

Explain Stream Tokenizer?

4 Answers  


Explain about varargs in java?

0 Answers  


Explain notify() method of object class ?

0 Answers  


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

1 Answers  


What are the string methods in java?

0 Answers  






What is a stringbuffer?

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  


What is the difference between length and size in java?

0 Answers  


What do you understand by the term string pool?

0 Answers  


why the constructor should be used in class,if there is no constructor what will happen?

4 Answers  


What is an empty string in css?

0 Answers  


What is the relationship between a method?s throws clause and the exceptions that can be thrown during the method?s execution?

2 Answers  


Categories