What are three types of loops in java?
No Answer is Posted For this Question
Be the First to Post Answer
What is main method?
What is AppletStub?
What is the need of "creating and throwing an UserdefinedException" when the "Exception" class is already available?
What is string [] java?
What is treeset and treemap in java?
What is the difference between method overriding and overloading?
what is java bean?where can we use it?
How to check if linked list contains loop in java?
wht is customised exception?
1 Answers Logica CMG, Novell, Prudential,
What is a list in 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
What are data structures in java?