Where is core java used?


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

Post New Answer

More Core Java Interview Questions

What is multi-catch block in java?

0 Answers  


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  


What is the difference between panel and frame ?

7 Answers   HCL, IBM, Raim Techno Solutions,


What are design patterns and please explain?

0 Answers  


Can inner class be public in java?

0 Answers  


Is a class subclass of itself?

0 Answers  


What is difference between string and stringbuffer?

0 Answers  


Where are the card layouts used?

0 Answers  


why there are multiple catches for a try block.don't tell me that there can be multiple exception of a code segment that's why.tell me the real fact behind this.

4 Answers  


Is {a, n, d} a palindrome? If you are given a random string, is it a palindrome or not?

0 Answers   Amazon,


What are sets in java?

0 Answers  


Is linkedlist thread safe in java?

0 Answers  


Categories