Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Java > Java/J2EE Openings in RTP, NC

Reply
Thread Tools

Java/J2EE Openings in RTP, NC

 
 
AdrianWilsonTS@gmail.com
Guest
Posts: n/a
 
      04-23-2007

Location: Research Triangle Park (Cary, NC, Raleigh, NC)
Positions:
Java Struts Developer (5 openings)
JSP, EJB, DAO Developer (5 openings)
WebServices Developer (2 openings)

We are staffing a large Java project and need qualified Java/J2EE
developers. If you cannot pass a reasonable in-person interview please
do not respond (e.g. if you do not know the difference between an
abstract class and an interface or a JDBC Type 4 and Type 1 driver).
The environement is JBoss, WebLogic, and you choose your own IDE. If
you can code and are interested please submit a resume and salary
requirements.

Terms: 6 month contract. Contract to perm (normally 1-2 years).
Pay: $45-$65/hr DOE

Submit resumes to:

 
Reply With Quote
 
 
 
 
Lew
Guest
Posts: n/a
 
      04-24-2007
wrote:
> Location: Research Triangle Park (Cary, NC, Raleigh, NC)
> Positions:
> Java Struts Developer (5 openings)
> JSP, EJB, DAO Developer (5 openings)
> WebServices Developer (2 openings)
>
> We are staffing a large Java project and need qualified Java/J2EE
> developers. If you cannot pass a reasonable in-person interview please
> do not respond (e.g. if you do not know the difference between an
> abstract class and an interface or a JDBC Type 4 and Type 1 driver).


If you cannot pass a reasonable in-person interview, please do not respond,
e.g., if you do not know the difference between a programmer's newsgroup and a
jobs forum, or you're not willing to pay at least $200/hr (U.S.) plus expenses.

An abstract class is declared with the keyword "class" and is an
implementation, i.e., its methods can contain bodies. It is also declared
"abstract", making it impossible to instantiate itself. Its main purpose is
to root an inheritance tree with some behaviors predefined. Inheritance from
an abstract class follows the single-inheritance rule - a child class may only
extend one parent class (or none, in the exceptional case of Object). Some
methods of an abstract class may be declared "abstract", which means that the
method body is not provided in the abstract class but in its descendants for
polymorphic invocation.

An interface is a declaration (primarily) of public method signatures which
taken together represent a type with a defined contract for interaction with
other types. (Interfaces may have no defined methods, in which case they
represent a type "marker".) An interface's purpose is to define a type,
actually a supertype for classes to implement. A class may implement any
number of interfaces, but for each interface it does implement, it must
provide method bodies for every method defined in the interface or be itself
an abstract class.

The primary differences are
- an interface defines a type whereas an abstract class defines a core
implementation,
- interfaces may be multiply implemented and may multiply inherit other
interfaces, but classes may only extend one parent class which itself might be
abstract,
- interfaces may not have instance variables, abstract classes may.

A "Type 1" JDBC driver is a bridge to an ODBC driver which in turn interacts
with the data store. A "Type 4" JDBC driver is a driver written in Java
itself which directly uses the data store using the latter's native protocol.

> ... and you choose your own IDE.


My, my, how very generous. If it's not open source, you do pay for it, right?

> If you can code and are interested please submit a resume and salary
> requirements.


"If you can code"? That's all you think a developer is?

> Terms: 6 month contract. Contract to perm (normally 1-2 years).
> Pay: $45-$65/hr DOE


Multiply by five and add expenses, bucko.

--
Lew
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
openings on .Net isquaresoftjobs ASP .Net 0 12-13-2005 03:33 PM
Excellent openings for an MNC Client in Blore for java,c++,.net & Testing Professionals recruiter2944@gmail.com ASP .Net 0 11-19-2005 09:09 AM
Job-openings with Microsoft MCSD Certification Cristiano MCSD 2 03-31-2005 01:06 AM
Openings for Cooler Classic August 28th & 29th Andrew Saeman ASP .Net 0 08-09-2004 04:13 AM
Openings in ASIC_Embedded In World's Top 3 Chip Company_Bangalore_India GSK1976 VHDL 0 07-31-2004 10:05 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57