Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

"Sun Certified Java Programmer" This is one String , we need
to print SCJP, write the java code dynamically? pls reply
this questions

Answer Posted / sreekanth madamanchi

public class Sample {
public static void main(String args[]) {
String str = "Sun Certified Java Programmer";
String str2 = null;
for(int i=0;i<str.length();i++)
{
char c = str.charAt(i);
if(Character.isUpperCase(c))
{
if(str2 == null || str2 == "")
str2 = ""+str.charAt(i);
else
str2 = str2+str.charAt(i);
}
}
System.out.println("Result="+str2);
}
}

Is This Answer Correct ?    10 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

HOW MUCH PERCENTAGE WE DEDUCT FOR OUR SUPPLIERS OR OTHER PROFESSIONALS

1999


Which java collection class can be used to maintain the entries in the order in which they were last accessed?

998


please mail me the interview question based on java/j2ee

1901


What are the considerations to be made in case of loops in java ?

986


What are the classes in the java collection framework? : java collections

988


What are the uses of the set interfaces in the java collections? : java collections

928


Explain the OOPS concept in Realtime Scenarion ? Take example as CAR. Please explain indetail ?

2990


What are maps interfaces in the java collections? : java collections

999


What is the difference between comparable and comparator in java.util pkg?

1065


What is an algorithm in java collection framework? : java collections

1008


can u draw class/object diagram for ATM

6010


What are the different types of ways where you can iterate over a list? : java collections

954


What are the interfaces in java collections? : java collections

1082


How do I find jre path in windows?

969


Should we create system software ( e.g operating system ) in java ?

989