Which non-unicode letter characters may be used as the first character of an identifier?
No Answer is Posted For this Question
Be the First to Post Answer
How can you avoid serialization in child class if the base class is implementing the serializable interface?
Is a class an object?
What type of variable is gender?
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 is size () in java?
Define how objects are stored in java?
What is a buffer in computer?
What is static import in java?
what do you meant by Platform-Independent?
What are multiple inheritances?
solve (x-1)(x-9)=8;
3 Answers IBM, Manhattan, TCS,
What is the use of arrays tostring () in java?