Skip to main content

Openings for different technoogies.

Job openings for Java Computer Scientist

exprience : 1 Year
Location : Bangalore, Noida
Job Role : Computer Scientist- Java
Job Summary :

Responsibilities

Hands on product/solution development knowledge are a must.
The position involves conceptualization of a product, design, development, debugging of application software, effort estimation and risk analysis of a project.
The incumbent will implement new features; provide fixes / workarounds to bugs/problems and also in current / future products of Adobe on WIN /MAC /UNIX platforms.
He should be competent to provide quick solutions to problems and taking a product/component through the entire life-cycle, improve the space – time performance, and improve on usability / reliability
Requirements


Should be BTech/MTech/MCA in Computer Science/Electronic Engineering from a top-notch institute (IITs, BITS Pilani, RECs) with minimum 1 year of hands-on work experience as programmer/developer with a reputed software product company.
Clear understanding of OOPS concepts
Good understanding of J2EE concepts
Experience in developing applications on three layered architecture
Excellent Java programming skills
Practical experience in AMF/SOAP and Application Server
Practical experience in working with databases
Exposure to development environments like Eclipse / Flex Builder and some design tool
Should be comfortable in different concepts of source code management (Version control)
Experience in programming in Flex and Action Script
Exposure to hosted services or SaaS a definite plus
We are looking for candidates for Noida/Bangalore location
Click here for more info!!

http://adobe.taleo.net/careersection/adobe_global/jobdetail.ftl?lang=en&job=06086
    Adobe
www.adobeindia.com

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...