New Member FAQ | Forums | Earn Revenue


Resources Entrance Ask Experts Exam Papers Jobs English Projects Universities Colleges Courses Schools Training My India



My Profile
Active Members
TodayLast 7 Days more...



Awards & Gifts
Online Exams

Fresher Jobs


Our fresher job section is exclusively for fresh graduates! Find jobs for freshers in major Indian cities including Bangalore, Chennai, Hyderabad, Pune or Kochi

Resources


Find educational articles, blogs, discussion threads and other resources.

Colleges


Find details about any college in India or search for courses.

website counter



Appilcants


Posted Date:     Total Responses: 0    Posted By: Sugan   Member Level: Bronze   Points/Cash: 2   


class applicants
{
public static void main(String arg[])
{
String[] names;
names=new String[4];
names[0]="Sugan ";
names[1]="Bala ";
names[2]="Murali ";
names[3]="Kalai ";
String[] address;
address=new String[4];
address[0]="Kumaran Street ";
address[1]="Gandhi Street ";
address[2]="Bose Street ";
address[3]="Nehru Street ";
String[] position;
position=new String[4];
position[0]="General Manager";
position[1]="Managing Director";
position[2]="Exectuive Director";
position[3]="Pricipal";
System.out.println("Details of a0 = "+names[0] + address[0] + position[0]);
System.out.println("Details of a1 = "+names[1] + address[1] + position[1]);
System.out.println("Details of a2 = "+names[2] + address[2] + position[2]);
System.out.println("Details of a3 = "+names[3] + address[3] + position[3]);
}
}


Project Feedbacks


No feedbacks found. Be the first to respond and make money from revenue sharing program.

Post Feedback
You must Sign In to post a feedback.
Next Project: Employee
Previous Project: String operation acceptor

Return to Project Index

Post New Project


Related Projects



Advertise Here





Contact Us   Advertise   Editors    Privacy Policy    Terms Of Use   

ISC Technologies.
2006 - 2009 All Rights Reserved.