"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 are the types of interface used in the java collections? : java collections
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 are the main classes of the list interfaces? : java collections
What is the difference between comparable and comparator in java.util pkg?
What is the enumerator of the java collection framework? : java collections
can u draw class/object diagram for ATM
What is deque in the java collections framework? : java collections
What is java collection? : java collections
please mail me the interview question based on java/j2ee
What do you understand by synchronization? Why is it important?
In hyderabad, which s/w training center is best for java, other than corejava what r the new tools to learn in java,which tool is best & have current requirement,pls give me information about java to learn ?
What is iterator in the java collections framework? : java collections
who will give req's to u?. how they send req's to u? . what design documents contains?. when bugs raised on other developer code how to report to them?.(throgh mail or ........). how to retrive 100 recods from dao layer to presentation layer.using which collection?. what is sequence diagram.?.
What are the queues in the java collection framework? : java collections
What are the types of the main implementing classes in the map interfaces? : java collections