Why is core java important?


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

Post New Answer

More Core Java Interview Questions

what is session in java?

0 Answers   Seventhsense Technologies,


Explain thread in java?

0 Answers  


What does the exclamation mark mean in java?

0 Answers  


What is the purpose of the finalize() method?

0 Answers  


What is a numeric digit?

0 Answers  


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); } }

1 Answers  


can we have virtual functions in java?

11 Answers   Wipro,


How to add two numbers with out using Arithmetic , union operators in java....? But we can use bitwise operators... but how...?

4 Answers   CTS, Satyam,


why java main method is given as static method?

2 Answers  


What is methodological theory?

0 Answers  


What is generic class?

0 Answers   Tech Mahindra,


What is java virtual machine and how it is considered in context of java’s platform independent feature?

0 Answers  


Categories