Can interface be private in java?
No Answer is Posted For this Question
Be the First to Post Answer
How to optimize the javac output?
what is mean by thread lock?
What are some characteristics of interference class?
Where is jre installed?
Is .net better than java?
Given: 1. package test; 2. 3. class Target { 4. public String name = “hello”; 5. } What can directly access and change the value of the variable name? 1 any class 2 only the Target class 3 any class in the test package 4 any class that extends Target
Is vector ordered in java?
why java does not support multiple inheritance
41 Answers Diamond, Euclid, Evergent, KLKJ, Mind Tree, NIIT, SSI Small Scale Industries, Wipro,
write a program to create an arraylist with string(add,remove) operation.and value should be enter through keyboard.
What is the exact difference in between unicast and multicast object? Where we will use?
Why null interfaces are used in Java?
Can we create object of static class?