Why object class is super class for every class in java?
No Answer is Posted For this Question
Be the First to Post Answer
Is string a data type in java?
Hi Friends, can you explain instance in java. In general instance means "occurence of something" . In java what is instance.
What is oops in java?
What are the common uses of "this" keyword in java ?
What do you mean by inner class in java?
The following program is Overloading or Overriding? public class PolymorphismEx { public int sampleMethod(int a) { return a; } public String sampleMethod(int a) { return "Is it Overloading or Overriding???"; } }
4 Answers Ness Technologies, TCS,
Can a class be declared as protected?
What is the difference between an inner class and a sub-class?
explain the collection in java
What do bitwise operators do?
Is char * a string?
Which keyword specify that a variable is effectively final ?