What is the java idl system?
No Answer is Posted For this Question
Be the First to Post Answer
In Inheritence concept, i have a static method in super class and i am inheriting that class to one sub class.in that case the static method is inherited to sub class or not????
How do you do absolute value in java?
How many types of java are there?
What are the types of casting?
What is the major drawback of internal iteration over external iteration?
How can a gui component handle its own events?
Which class contains a method: cloneable or object?
Can you explain the difference b/n abtract and interface with a good example,?In what cases we have use abtract and what case interface?
Can a class extend abstract class or interface? why
How to sort list of list in java?
I have a String s = java; What is the output when I say s.replaceAll('j', 'k'); Also what is the value of s after replacing?
Why are functions called methods in java?