Explain the difference between protected and default access.
No Answer is Posted For this Question
Be the First to Post Answer
What are benefits of java?
Difference between Encapsulation and Abstraction
wHAT IS DEFAULT SPECIFIER IN JAVA wHAT IS DEFAULT CONSTRUCTOR IN JAVA wHAT IS DEFAULT METHOD IN JAVA
What do you mean by constructor?
what is the purpose of class "Object" which is base class for all classes?
can u give one sinario when you use Abstract Class and When you use Interface.
What is output buffer?
What are the uses of synchronized keyword?
public class Test { public static void main(String ar[]) { Integer a = 10; Integer b =10; Integer c = 145; Integer d = 145; System.out.println(a==b); System.out.println(c==d); } }
What is the use of default method in interface in java? Explain
What is the byte order of byte buffer?
What is the use of static methods?