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

What is the name of the java compiler?

0 Answers  


what is purpose of collections.unmodified() method..?

1 Answers   Accenture,


What is the full name of java?

0 Answers  


When to use runnable interface vs thread class in java?

0 Answers  


Explain the transient field modifier?

0 Answers  






FOR EXAMPLE WE R HAVING TWO LIST ELEMENTS ..BOTH LISTS CONTAINS ID,NAME,PLACE ..I NEED TO COMPARE BOTH IDS IN TWO LISTS,IF ID'S R SAME MEANS WE HAVE ADD THE DETAILS(LIKE NAME,PLACE) TO MAP...HOW IS POSSIBLE ?CAN ANY ONE SUGGEST?

1 Answers  


In what circumstances, compiler will supply a default constructor for a class?

4 Answers  


What does super keyword do?

0 Answers  


Hi Every One I Have Small Doubt Please answer This???????????????????????????? I Want to use AbstractList class methods(java.util.AbstractList) My Program is import java.util.*; class DemoOne extends AbstractList { public static void main(String[] args) { AbstractList a=new DemoOne();//This One is Correct?? DemoOne a1=new DemoOne();//This One is Correct?? Both Are Not Working System.out.println("Hello World!"+a); System.out.println("Hello World!"+a1); } } Error IS: DemoOne.java:2: DemoOne is not abstract and does not override abstract method get(int) in java.util.AbstractList class DemoOne extends AbstractList AnyOne can Please Provide The Solution????????????????????????? Plzzzzzzz

3 Answers  


What is multiple inheritance? Is it supported by java?

0 Answers  


How do you clear a method in java?

0 Answers  


How to do encapsulation in java?

0 Answers  


Categories