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

State the difference between strings and arrays.

0 Answers   Syntel, Visa,


where u use Abstraction and Interface in real time

3 Answers   Sonata,


hi to all,i have a question on static block. i saved below as test.java class test extends a { static { System.out.println("test static"); } public static void main(String []dfs) { } } class a { static { System.out.println("a static"); } public static void main(String []asdf) { } } o/p as static test static but if i change base class as test class then class test { static { System.out.println("test static"); } public static void main(String []dfs) { } } class a extends test { static { System.out.println("a static"); } public static void main(String []asdf) { } } o/p test static explain me why "a static" wasn't print in second code when it is in derived class

1 Answers  


Why map is used in java?

0 Answers  


Difference between serialization and deserialization in java?

0 Answers  






What is difference between array and vector?

0 Answers  


What is an exception in java?

0 Answers  


Is empty .java file name a valid source file name?

0 Answers  


Where are the local variables stored?

0 Answers  


How does compareto method work?

0 Answers  


Why deletion in linkedlist is fast than arraylist?

0 Answers  


What are assembly attributes?

0 Answers  


Categories