"Sun Certified Java Programmer" This is one String , we need
to print SCJP, write the java code dynamically? pls reply
this questions
Answer Posted / qamrun nisa
public class Sample {
public static void main(String args[]) {
String str = "Sun Certified Java Programmer";
StringTokenizer st = new StringTokenizer(str, " ");
while (st.hasMoreTokens()) {
String value = st.nextToken();
System.out.print(value.charAt(0));
}
}
}
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What is the Spring2.5 MVC Navigation flow?
what is mean by hasing and maping in java platform and advantage?
Hi we have an urgent requirement for Java/J2ee technical lead position & also looking for "Java Guidewire claimcentre" experienced professional for Bangalore location if interested can reach srisanh@gmail.com
What is the use of hashcode in java ?
What are the queues in the java collection framework? : java collections
How do I find jre path in windows?
HOW MUCH PERCENTAGE WE DEDUCT FOR OUR SUPPLIERS OR OTHER PROFESSIONALS
What are the interfaces in java collections? : java collections
my interviewer asked me what technical specification you used how to answer that question
What are the different types of features of the java collections framework? : java collections
What do you understand by synchronization? Why is it important?
Which java collection class can be used to maintain the entries in the order in which they were last accessed?
What is the enumerator of the java collection framework? : java collections
What are the types of java collections? : java collections
What are the different types of ways where you can iterate over a list? : java collections