Can You Have Virtual Functions 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 java literals?

0 Answers  


What is the difference between procedural and object-oriented programs?

0 Answers  


What is a boolean field?

0 Answers  


What is immutable class in java?

0 Answers  


What classes can be used to store arbitrary number of objects ?

1 Answers  






Explain yield() method in thread class ?

0 Answers  


Explain the difference between transient and volatile in java?

0 Answers  


Is string pool garbage collected?

0 Answers  


What is difference between checked and unchecked exception in java?

0 Answers  


explain the collection in java

1 Answers   WDC,


How to excute - Interface - Inner class- method can any one tell how to execute/ call this main method public interface abc { static int i=0; void dd(); class a1 { a1() { int j; System.out.println("inside"); }; public static void main(String a1[]) { System.out.println("in interfia"); } } }

1 Answers  


How to sort a vector elements that contains the user define class object? (Note: If Suppose consider, A Student class contain two data members. They are String studentName and int rollNo. I am creating Four objects for this class, each object contains students details like name and roll no. Now i am storing that objects in vector and if i retiving the elements from the vector means then it should be display in sorting order)

3 Answers   ProdEx Technologies,


Categories