What are three ways in which a thread can enter the waiting state in java programming?
No Answer is Posted For this Question
Be the First to Post Answer
Are static members inherited to sub classes?
Is null == null in java?
1).Is Object class abstract or not? 2).Is main method(public static void main(String args[])low priority thread or high priority thread?
What is null object in java?
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(); }
Explain the relationship between the Canvas and Graphics class?
what is jdk1.5 features?
What is api in java?
What are the changes in java.io in java 8 ?
5 What is Java exception handling?
What is main string [] args?
What is casting?