give an example for encapsulation?
No Answer is Posted For this Question
Be the First to Post Answer
What is the purpose of static methods and static variables?
Who developed JScript language?
Can we sort hashset in java?
Does java set allow duplicates?
What is final keyword in java? Give an example.
What are the observer and observable classes?
What is a “stateless” protocol ?
How do you do absolute value in java?
class A { private int i; } class B extends A { private int i; } if I create an object of B class what will be the memory of that object.
You can create a string object as string str = “abc”; why cant a button object be created as button bt = “abc”;? Explain
What are the main uses of the super keyword?
In C we use only compiler. Why java uses both compiler and interpreter? What is its significance?