What is the difference between form & report?
No Answer is Posted For this Question
Be the First to Post Answer
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?
Is array synchronized in java?
What are the override methods in Object class?
2 Answers Tech Mahindra, Wipro,
What is number data type in java?
Is it possible to specify multiple jndi names when deploying an ejb?
What is the difference between replace and replace all?
What is serialization in java?
What is hashmap in java?
What happens if a try-catch-finally statement does not have a catch clause to handle an exception that is thrown within the body of the try statement?
If a variable is declared as private, where may the variable be accessed?
Write a program in java to create a doubly linked list containing n nodes.
Java does not support multiple inheritance. how interface helps in the same?