what are abstract functions?


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

Post New Answer

More Core Java Interview Questions

How many JVMs can run on a single machine and what is the Just-In-Time(JIT) compiler?

0 Answers   Global Logic,


Java violates few objected oriented concepts. Can you explain in what way?

3 Answers   Ness Technologies,


What are the types of methodology?

0 Answers  


Why you should not use singleton?

0 Answers  


Describe the term diamond problem.

0 Answers  






What do you mean by thread safe?

0 Answers  


suppose in a class there is a code like this: { Set hs=new Hashset(); hs.add(new Emp("kathy",1000)); hs.add(new Emp("kathy",2000)); } how can u avoid the above code in your class as set won't allow duplicate objects?

3 Answers  


What is low level language in computer?

1 Answers  


What is the default value of an object reference declared as an instance variable?

0 Answers  


Different types of Layouts?

11 Answers  


Difference between abstract class and Interfaces?

7 Answers   CTS, iFlex, PA Consulting, Sai Softech, Value Chain,


What is the generic class?

0 Answers  


Categories