Can we call thread start () twice?
No Answer is Posted For this Question
Be the First to Post Answer
Can arraylist hold different types 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(); }
What is arraylist e?
class a extends b { } class b extends a { } why java doesn't support cyclic pls explain me with example
What is ternary operator? Give an example.
what is a working thread? : Java thread
How do you check if a character in a string is a digit or letter?
Who developed java?
what is the difference between String and StringBuffer classes?
What is the meaning of course?
Is it possible to specify multiple jndi names when deploying an ejb?
How do you declare a destructor in java?