What is early binding and late binding 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....
os is developed in c no java is more secured then c na why dont the os developed is developed using java
What is package protected in java?
how can you say that java is independ language
What is a instance variable in java?
What is difference between length and length() method in java ?
Have you used any version control ? if so explain about it?
What is a class ?
Which are thin and thicK wrapper Class's in Java?
I have one Shopping cart application, i that i have selected some items, while clicking submit button by mistake i have clicked twice or trice, that time items are selected twice or trice. Actually i want only one copy of items but its selected twice or trice. So how can we avoid this problem?
Difference between object and reference?
Why string is not a wrapper class?