What is the java idl system?
No Answer is Posted For this Question
Be the First to Post Answer
In collection sorting comparable and comparator interface will be used..but why this two interfaces required..two will work same purpose so why there are two interfaces instead of one?when to use comparator and when to use comparable?
who can we create the object of a class? in how many ways we can create it (max 5)
Explain in detail about encapsulation with an example?
Can you call a method on a null object?
What does += mean coding?
What is a Java Virtual Machine?
Why java is platform independent? Explain.
What is meant by interface?
For class CFoo { }; what default methods will the compiler generate for you>?
How will you calculate the depth of a binary tree if the tree contains 15 nodes?
write a program to create an arraylist with string(add,remove) operation.and value should be enter through keyboard.
How do you sort a string in java?