What are the differences between abstract class and interface?


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

Post New Answer

More Core Java Interview Questions

What is int lol?

0 Answers  


Is there any need to import java.lang package?

13 Answers   Sun Microsystems,


What is += mean in java?

0 Answers  


What is callable java?

0 Answers  


What does next mean in java?

0 Answers  






You can create a string object as string str = “abc”; why cant a button object be created as button bt = “abc”;? Explain

0 Answers  


why java does not have operator overloading?

2 Answers  


What are the practical benefits, if any, of importing a specific class rather than an entire package (e.g. Import java.net.* Versus import java.net.socket)?

0 Answers  


What is module in oop?

0 Answers  


what is a thread?

13 Answers   IBM, SunGard,


What is a native method in java programming?

0 Answers  


perpare on factorypattern,linklist wothout using collection, (multitharding ie create producer/customer therad producer create Queue continuesly,consumer consume queue, consumer wait if queue is full,producer wait if queue is empty),diff betn sleep(1000)&wait(1000) these r the main Q ask in huawei(2008)

1 Answers   Huawei,


Categories