Can a for statement loop indefinitely?
Answers were Sorted based on User's Feedback
Answer / ranganathkini
Yes a for statement can loop infinitely. Example:
for( ; ; ) {
// ..staements to loop
}
| Is This Answer Correct ? | 10 Yes | 0 No |
Is java supports multiple inheritance? explain?
They had given one progam final HashMap hm=new HashMap(); public void show() { hm.put("name",value); } in this prg here the final hashtable value can be changed in put method,its the prg run?
What is api data?
Why is java so important?
What is a line break?
What does @override mean?
what is java bean?where can we use it?
What is singleton class and how can we make a class singleton?
What is the difference between ArrayList and Vector? which one is better in Java
0 Answers SkillGun Technologies,
What are the important features of Java 11 release?
How do you get length in java?
Write a program to create a binary Tree ?