Can we use both this () and super () in a constructor?
No Answer is Posted For this Question
Be the First to Post Answer
byte a=5; byte b=5; byte c=a+b; System.out.println(c); whats the o/p?
What is type parameter in java?
Is it possible for yielded thread to get chance for its execution again ?
What is io stream in java?
What is one third plus one third as a fraction?
What is an example of a conditional statement?
Why 1 is not a prime number?
Why we use methods in java?
How can you make sure that your singleton class will always return single instance in multi-threaded environment?
In what type of containers, Border layout is a default layout?
Can we increase array size dynamically in java?
what is optional in java 8?