There are two classes named classa and classb. Both classes are in the same package. Can a private member of classa can be accessed by an object of classb?
No Answer is Posted For this Question
Be the First to Post Answer
"we cannot create an object of interface but we can create a variable of it".diacuss the statement with the help of an example.
What do you understand by copy constructor in java?
When we should use serialization?
What is flush buffer?
can you program for reverse string?
What is the alternate of 'Inheritance' ?
What are the three best choices for a development environment?
In Inheritence concept, i have a static method in super class and i am inheriting that class to one sub class.in that case the static method is inherited to sub class or not????
how cani read a command line argument?(usingfile object).
What is e in java?
Which variables are stored in heap?
Explain how to convert any java object into byte array.