Is java hard to learn?
Why pointers are not used in java?
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?
How can you take string into InputStream?
What is a return in java?
How many types of memory areas are allocated by jvm?
Define an enumeration?
What do you understand by the term polymorphism?
Can we override the overloaded method?
What is autoboxing in java?
What is oop in java?
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); } }
briefley expalin about the packages