Which keyword specify that a variable is effectively final ?
No Answer is Posted For this Question
Be the First to Post Answer
What happens when I use / and % with a negative numerator?
What does it mean that a method or field is “static”?
What are predicates in java 8?
What is parsing in java?
System.out.println("somestring"); It will create any object or not
Can you explain the private protected field modifier?
why is multiple inheritance not allowed in java?
7 Answers Elementus Technologies, Huawei, Infosys,
all are saying java doesn't support multiple inheritance but by default Object class is super class for all the user defined classes and we can extend atmost one class so each class can extend more than one class so java supports multiple inheritance?i am confused with this,pls any one explain me.
What is public static?
What are thread groups?
What is wrapper class example?
What is keyword auto for?