What is the byte order of byte buffer?
No Answer is Posted For this Question
Be the First to Post Answer
What is volatile keyword in java
What is a numeric digit?
Is java a software?
what is the difference between @include page and @include file
What are Advatages of Overloading and Overridding.
What are accessor methods in java?
How to use Media tracker Class.
How to make class immutable
class A{ m2(){ } } class B extends A{ m2(){ } } class c extends B{ m2(){ } } class my_class extends c{ m2(){ } pulic static void main(){ ...My_class a = new my_class(); super.super.super.m2(); is this is leagal if not find what is the legal procedure in order to call A's version of m2(); }
Can we assign null to double in java?
Which is the best sorting technique in java?
what do you mean by java annotations?