What are the advantages of java?
No Answer is Posted For this Question
Be the First to Post Answer
Can u overload main()method.Give with example.
6 Answers IBM, Schimatic Technologies,
What will happen if we write code like: try{}catch(exception e)catch(IOException i)
Explain aggregation in java?
What is a class in java?
Explain about object oriented programming and its features?
when i write string s1="java"; in one program(application) and string s2="java"; in another application on the same jvm will both objects s2,s2 will refer to same memory location where "java" is stored in string pool.
What is a nonetype?
Can we have return statement in finally clause? What will happen?
how can you catch multiple exceptions in java?
What is java util hashmap?
Can we sort hashset in java?
Why is java called the platform independent programming language?