what is meant by abstract class?


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

Post New Answer

More Core Java Interview Questions

10. What is the output of the following Java program? class Main { public static void main(String args[]){ final int i; i = 10; System.out.println(i); } } 10. What is the output of the following Java program? class Main { public static void main(String args[]){ final int i; i = 10; System.out.println(i); } }

0 Answers  


If a method is declared as protected, where may the method be accessed in java programming?

0 Answers  


How does indexof work?

0 Answers  


1).Is Object class abstract or not? 2).Is main method(public static void main(String args[])low priority thread or high priority thread?

3 Answers   TCS,


what is inner class?

6 Answers   HCL,






1) Find the Merge point of two linked lists. 2) Swap two bits of integer. 3) Reverse individual words of the sentence. 4) Reverse string without using temp string.

2 Answers   HCL,


Is this valid in java ? Can we instantiate interface in java?

0 Answers  


what are literals in java?

2 Answers  


What are strings in physics?

0 Answers  


How does serialization work

3 Answers   Ordain Solutions,


Which programming language is most secure?

0 Answers  


What is the best way to findout the time/memory consuming process?

0 Answers  


Categories