What is variable length arguments in java?
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 models are available for event handling?
What is an immutable class?
Why Do I Get A "permission Denied" Error After Downloading The .jnlp Java Launcher For The Vkvm?
What is command line used for?
How destructors are defined in java?
What is jee6?
Describe the syntax of multiple inheritance? When do we use such an inheritance?
What is the difference between keyword and identifier?
What is mean by exception?
How many bits is a string in java?
What error occurs if a try-catch-finally statement sequence does not have a catch clause?