Skip to main content

Openings for different technoogies.

Walk in for Java Developers On 30th Nov

Company        Ken QA Services

Website          www.kenqaservices.com

Eligibility        B.tech/MCA

Experience     Freshers - 2011/12


Location         Hyderabad

Ken QA Services
Job Role: Software Developer - Java

Job Summary :

Dear Candidate,

We have the openings for "Java fresher’s" with the cut off marks as 65%

we are looking for candidates who are

Required Technical skills:

Good in core & advanced java, JSP, J2EE, JavaScript, struts, servlets etc.

Qualification: B.tech with any stream and MCA (2011-2012 passed outs) only

Salary: 1.8lac per annum

Industry:

IT Software, Software Services

Role: Software Developer

Timings: By sharp 10:00 am to 2pm

Direct walk-in for Java Developers one of our client’s:

Date: (Friday) 30-11-2012

Rounds of interview:
Written test
Technical round
Hr round

Venue details:
Wrangler show room above 3rd floor besides building of the Tata Motors Himayathnagar Hyderabad

Mail: contact@kenqaservices.com

Contact: 8297693593

Comments

Popular posts from this blog

Openings for different technoogies.

 

What is the relation between Classes and Objects?

  They look very much same but are not same. A class is a definition, while an object is an instance of the class. A class is a blueprint while objects are actual objects existing in the real world. Suppose we have a class Person which has attributes and methods like name, age, height, weight, color etc. Class Person is just a prototype, now we can create real-time objects of class Person. #Example:   Ajay  is real time object of class  Person , which have name=Ajay, age=23, height=170cm, weight=60kg and color=black etc. Class A way to bind data and associated functions together. Class have many objects. Class is a template for creating objects. It is logical existence. Memory space is not allocated, when it is created. Definition (Declaration) is created once. Class is declared using "class" keyword. Object Basic runtime entity in object oriented environment. Object belongs to only class. Object are a implementation of class. It is physical existence. Memory space i...