Is java hard to learn?


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

Post New Answer

More Core Java Interview Questions

Why pointers are not used in java?

0 Answers  


is this possible to create an array of 0 length? if so how? if not so why? coz we have an array in main() likw this "static void main(String [] s) then what it signifies?

3 Answers   Hexaware, TCS,


How can you take string into InputStream?

3 Answers  


What is a return in java?

0 Answers  


How many types of memory areas are allocated by jvm?

0 Answers  


Define an enumeration?

0 Answers  


What do you understand by the term polymorphism?

0 Answers  


Can we override the overloaded method?

0 Answers  


What is autoboxing in java?

0 Answers  


What is oop 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  


briefley expalin about the packages

3 Answers  


Categories