Java Developers - Cape Town Verfied

R 20000-55000 per month Cape Town, Western Cape Cape Town, Western Cape more than 14 days ago 16-09-2014 1:58:02 PM
14-10-2014 1:58:02 PM
public class Java Developer

{

/*calculate what Java Developer you are and where you would fit in at this international company with offices based in Cape Town*/



public static void main(String[] args)

{

JavaDev you = new JavaDev();//Define a new Java Developer

int experience = 8;//This is really important however a Tertiary would also help!

int yourLevel;//The combination of skill and education





for(yourLevel=1;yourLevel<=experience;yourLevel++)//Lets see where you fit in!

{

if(yourLevel ==2)//Here you would be a Junior Developer

{

you.jobTitle(“Junior Developer”);//Be part of an exciting team

you.salary(“R20000”);//Work on the latest technologies!

}

else if (yourLevel ==4)//You would need J2EE,Web Services(REST or SOAP)

{

you.jobTitle(“Mid Developer”);//Hibernate and Spring

you.salary(“R30000”);//Company bonuses also a major plus

}

else if (yourLevel ==5)//Flexi time is also now available!

{

you.jobTitle(“Senior Developer”);//Amazing new projects

you.salary(“R45000”);//New technologies and new development

}

else // Here you are the Java GURU!!

{

you.jobTitle(“Team Lead”);//Search Tech (Lucene,Solr)

you.salary(“R55000”);//Build a team around you!!



}

}

.print(“Apply now and let me get ”+ you + “an interview!”);

}