"Sun Certified Java Programmer" This is one String , we need
to print SCJP, write the java code dynamically? pls reply
this questions
Answer Posted / karan
package test;
public class NewTest {
public static void main(String args[]) {
String[] strArr = strArr = "Sun Certified Java Programmer".split(" ");
System.out.println(strArr[0].charAt(0) + "" + strArr[1].charAt(0)+ "" + strArr[2].charAt(0)+ "" + strArr[3].charAt(0));
}
}
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is the use of the list interface in the java collection? : java collections
Hi Friends, i have searched in google but not clear. can you give bank example with synchronized keyword
What are the different types of collections views being provided by the map interface? : java collections
please mail me the interview question based on java/j2ee
What are the main classes of the list interfaces? : java collections
Which interface does java.util.hashtable implement?
Which java collection class can be used to maintain the entries in the order in which they were last accessed?
Which server-side script takes the input from JavaScript, can access the database if it needs to, and processes the data.
What are the different types of classes implemented in the set interfaces? : java collections
What is java collection? : java collections
Explain the OOPS concept in Realtime Scenarion ? Take example as CAR. Please explain indetail ?
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 deque in the java collections framework? : java collections
How do I find jre path in windows?
What are the differences between the java collection and the java list? : java collections