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 / dhinesh manthiram

class Krish {
public static void main(String args[]) {
String str = "Sun Certified Java Programmer";
String str2="";
for(int i=0;i<str.length();i++)
{
char c = str.charAt(i);
if(Character.isUpperCase(c))
{

str2 = str2+c;
}
}

System.out.println("Result="+str2);
}}

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What do you understand by synchronization? Why is it important?

1003


Which server-side script takes the input from JavaScript, can access the database if it needs to, and processes the data.

2051


What are the interfaces in java collections? : java collections

1085


What is iterator in the java collections framework? : java collections

933


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

928


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

999


HOW MUCH PERCENTAGE WE DEDUCT FOR OUR SUPPLIERS OR OTHER PROFESSIONALS

2006


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

1000


Hi frnds how to lock an user when he enter wrong credentials more than 3 time using java or j2ee tech take username and password in a bean no need to connect DB and validate give me some sample application code or links its urgent for me thanks in advance

2298


What is the use of the list interface in the java collection? : java collections

982


What is the use of hashcode in java ?

1058


What are the different types of classes implemented in the set interfaces? : java collections

1014


What is java collection? : java collections

1058


can u draw class/object diagram for ATM

6016


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

3000