Answer Posted / prakash
By using Iterator interface and by using enhanced for
loop(for each for loop).
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is the collection interface?
What is the scope or life time of instance variables?
What is the java project architecture?
What is the use of arraylist in java?
How do I stop concurrentmodificationexception?
What about features of local inner class?
What is data object example?
Why does java not support operator overloading?
What are the differences between heap and stack memory?
What is bifunction in java?
What is the basic concept of java?
What is java abstraction with example?
Java openings 3 - 5 years, Lnt Infotech. requirements - core java, J2ee, struts, hibernate Interview Date:- 19 March 2011 Time:- 9:00 AM to 12:00 Pm Interview Location - L & T Infotech, Manapakkam, Chennai Refererral PS NO:- 291649 (Please mention this when u fill the form only then u will be considered for interview) Documents Required:- Latest Resume, Photograph and last 3 payslips Mail me on vasan2211@gmail.com once u appear for interview
How do you replace a string in java?
You can create a string object as string str = “abc”; why cant a button object be created as button bt = “abc”;? Explain