-2
votes
Hibernate, iBatis, JEE or other Java ORM tool
Have you tried to answer WHY even use an ORM tool before deciding which one to use? If you have people on your team who know SQL, see stick to JDBC.
…
1
vote
Array or List in Java. Which is faster ?
Array is faster - all memory is pre-allocated in advance.
…
7
votes
Where does a career as Java Corporate Trainer lead to?
This is a pretty dangerous start of a career. Unless you have a real industry experience with Java, you'll keep finding yourself in non-pleasant situations in the classrooms when someone will start …
