Can we override data members in java?
No Answer is Posted For this Question
Be the First to Post Answer
What is difference between checked and unchecked exception in java?
What is the difference between notify and notifyall method?
Can a final method be overloaded?
How many arguments can be passed to main ()?
what is the J2EE BluPrints?
Give example to differentiate between call by value and call by reference.
What is the purpose of the strictfp keyword?
What are the Memory Allocations available in JavaJava?
why String class is immutable.
What is the difference between error and an exception?
Can we use catch statement for checked exceptions?
This abstract class is correct ? abstract class A { public abstract void Disp(); public abstract void B() { } public absract virtual C() { } }