Explain access modifiers in java.
No Answer is Posted For this Question
Be the First to Post Answer
why java does not support mulitple inheritance directly?
What are wrapped classes in java programming?
Why java is not a pure object oriented language?
Name component subclasses that support painting in java programming?
Is java call by value?
Explain about assignment statement?
which of tha following is not a thread safe class? a) ArrayList b)Vector c)HashTable d)None
I have one POJO class(Java bean class), it has two variables for that it has setters and getters. Now i have created two objects for that class and i have set the data for those variables through this two objects. Now question is i want check whether those two objects have same data or not, for this write a program? Thanks, Bose.
What is the purpose of a transient variable?
What is an abstract class and abstract method?
Can we write a class without main method in java?
Compare Mutex and Semaphore in java.