Syvum Home Page

Home > Quiz Games > Java Programming >

Java Programming : Flash Cards II


Learn Java programming through these flash cards.

Formats Worksheet / Test Paper Quiz Review
Flash Cards



What will be the output of the following code snippet when combined with suitable declarations and run?
StringBuffer city = new StringBuffer("Madras");
StringBuffer string = new StringBuffer( );
string.append(new String(city));
string.insert(0, "Central ");
String.out.println(string);
 



Print Flashcards
Create Your Own Flash Cards


Contact Info © 1999-2024 Syvum Technologies Inc. Privacy Policy Disclaimer and Copyright