What does those terms actually mean included in the j.d.k i.6?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between an object-oriented programming language and object-based programming language?
what is difference betwenn Access Specifier and Access Modifier ????
What is the largest data type in java?
byte a=5; byte b=5; byte c=a+b; System.out.println(c); whats the o/p?
What is meant by method overriding?
Is object a data type in java?
write a class to input 2 points by the user & check the line maked by the points is horizontal,vertical or rectangle?
Can you explain the difference b/n abtract and interface with a good example,?In what cases we have use abtract and what case interface?
What is type safety in java?
In what ways you can handle exception ?
What does bitwise or mean?
Which containers use a flowlayout as their default layout in java programming?