Is age discrete or continuous?
No Answer is Posted For this Question
Be the First to Post Answer
What is Co-Variant return type in method overriding?
What is the difference between a window and a frame in java programming?
What interface is extended by awt event listeners?
Can you sort a list in java?
What is identifier with example?
Is arraylist an object in java?
What are instance variables?
What is use of arraylist in java?
is memory to the abstract class allocated ..or objects not instantiated
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....
Are the imports checked for validity at compile time? Will the code containing an import such as java.lang.abcd compile?
What is java dot?