Can a method be static?
No Answer is Posted For this Question
Be the First to Post Answer
class A{ some variables; public void a()throws Excepion1,Exception2{....} } class B extends A{ variables... public void a()throws E2,E3{.....} } Qns: here override of methods occurs or not,ore else wil give any compilation error or run properly..plz tell me briefly whts happening with the above codes....
what questions are been asked ??? for interview in apti
What does || mean in vectors?
How can the checkbox class be used to create a radio button?
What are the actions that can occur when a thread enters blocked state?
What is the difference between super class & sub class?
Can you start a thread twice in Java?
How does arraylist work in java?
What is the difference between preemptive scheduling and time slicing?
How do you find the absolute value?
What is persistence ?
What is set in java?