Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsWhite Papers
Discussion GroupsFirst AidDatabasesJavaBeansGUIJava 3DVirtual MachineCORBASecurityToolsGeneral
Java DirectoryOpen Source ProjectsSample Book ChaptersUser GroupsWeb Resources
Related Topics
Databases.NETMore Topics ...

Java Forum / General / April 2007

Tip: Looking for answers? Try searching our database.

Java/J2EE Openings in RTP, NC

Thread view: 
AdrianWilsonTS@gmail.com - 23 Apr 2007 20:47 GMT
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: RTP394@unitedswe.com
Lew - 24 Apr 2007 03:34 GMT
> Location: Research Triangle Park (Cary, NC, Raleigh, NC)
> Positions:
[quoted text clipped - 6 lines]
> 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.

Signature

Lew



Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2009 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.