Can a class declared as private be accessed outside it’s package?
No Answer is Posted For this Question
Be the First to Post Answer
What is the abstract class?
Write a program to print all permutations of string?
What do you understand by the term singleton?
What are the features in java?
Under what conditions is an object’s finalize() method invoked by the garbage collector?
What language is java written?
State differences between C and Java?
0 Answers Deloitte, JPMorgan Chase,
What does string [] args mean?
what is difference between Action messages and Action errors?
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?
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?
In Java, what are public static void main string args?