Answer Posted / reddy
java (just another virtual analyzer)
| Is This Answer Correct ? | 7 Yes | 52 No |
Post New Answer View All Answers
If a variable is declared as private, where may the variable be accessed?
What are variable arguments or varargs?
What is role of void keyword in declaring functions?
What is ellipsis in java?
What is data type in computer?
What is the generic class?
What environment variables do I need to set on my machine in order to be able to run java programs?
What are the Static and Dynamic Variables? Differentiate them.
What is an inner class in java?
How big is a 32 bit integer?
What is treemap in java?
Can a class declared as private be accessed outside it’s package?
What are the approaches that you will follow for making a program very efficient?
Is java platform independent?
For class CFoo { }; what default methods will the compiler generate for you>?