What is the difference between preemptive scheduling and time slicing?


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

Post New Answer

More Core Java Interview Questions

Different types of Layouts?

11 Answers  


How do I start learning java?

0 Answers  


What is application tier?

0 Answers  


In java how do we copy objects?

0 Answers  


What is array and arraylist in java?

0 Answers  






difference between String a; and String a=new String();? y do v need to assign memory to the variable?

2 Answers  


all are saying java doesn't support multiple inheritance but by default Object class is super class for all the user defined classes and we can extend atmost one class so each class can extend more than one class so java supports multiple inheritance?i am confused with this,pls any one explain me.

8 Answers   CFG,


What is the loop in java?

0 Answers  


How can we create a synchronized collection from given collection?

0 Answers  


I need some details about an employee. i have only the employee id in my presentation layer(JSP).I entered that ID and click "Show Details" Button. Question is how the JSP pass that id to Controller layer and DAO and what mechanism we are using to retrive data from DB and how the data passed to JSP as a Output. Please explain in detail.

1 Answers   TCS,


Why are generics used?

0 Answers  


What is the difference between set and list?

5 Answers  


Categories