Answer Posted / syambabu allu srkr engg colleg
CLASS IS A USER DEFINED DATA TYPE
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Mention the default values of all the elements of an array defined as an instance variable.
What is the scope or life time of instance variables?
Can you pass functions in java?
String and stringbuffer both represent string objects. Can we compare string and stringbuffer in java?
What are the legal parameters?
what is static import in java? Explain
I want to control database connections in my program and want that only one thread should be able to make database connection at a time. How can I implement this logic?
What are the two ways of implementing multi-threading in java?
What does replaceall do in java?
How is abstraction implemented in java ?
Can we print null in java?
How do you create an array in java?
5 Coding best practices you learned in java?
What is java reflection api?
What is default constructors?