¡@

Home 

java Programming Glossary: opinions

Why are Exceptions not Checked in .NET?

http://stackoverflow.com/questions/124143/why-are-exceptions-not-checked-in-net

I prefer listening to your personal and maybe technical opinions. What is the main reason of the difference between Java and..

What is the best Java library to use for HTTP POST, GET etc.?

http://stackoverflow.com/questions/1322335/what-is-the-best-java-library-to-use-for-http-post-get-etc

Both have got the job done but I would like some of your opinions recommendations. java http share improve this question ..

Size of a byte in memory - Java

http://stackoverflow.com/questions/229886/size-of-a-byte-in-memory-java

of a byte in memory Java I have heard mixed opinions over the amount of memory that a byte takes up in a java program...

Java - JDBC alternatives [closed]

http://stackoverflow.com/questions/2397016/java-jdbc-alternatives

words . I've been able to google lot of this stuff but opinions from the first hand are always best. java jdbc share improve..

Modern alternatives to Java [closed]

http://stackoverflow.com/questions/2571267/modern-alternatives-to-java

Each has its strengths and weaknesses. I am looking for opinions. I am not an expert at either of these languages I have read..

Java Concurrency: CAS vs Locking

http://stackoverflow.com/questions/2664172/java-concurrency-cas-vs-locking

rule when to use what. But I just would like to hear some opinions experiences with the new concept of CAS. java concurrency locking..

Singletons vs. Application Context in Android?

http://stackoverflow.com/questions/3826905/singletons-vs-application-context-in-android

different in DalvikVM otherwise EDIT I would like to have opinions on several aspects involved Synchronization Reusability Testing..

Sparse matrices / arrays in Java

http://stackoverflow.com/questions/390181/sparse-matrices-arrays-in-java

be fine too. I'm considering MTJ but haven't heard any opinions on its quality. java algorithm sparse matrix sparse array ..

Hibernate use of PostgreSQL sequence does not affect sequence table

http://stackoverflow.com/questions/4288740/hibernate-use-of-postgresql-sequence-does-not-affect-sequence-table

public int getId return this.id Though I've also heard opinions that using HiLo strategy with allocationSize 1 is not a good..

Should I avoid using Java Label Statements?

http://stackoverflow.com/questions/46496/should-i-avoid-using-java-label-statements

if the argument is solid enough however. What are people's opinions on label statements java share improve this question Many..

The JPA hashCode() / equals() dilemma

http://stackoverflow.com/questions/5031614/the-jpa-hashcode-equals-dilemma

question open and hope for some more discussions and or opinions. java hibernate jpa identity eclipselink share improve this..

Hibernate vs JPA vs JDO - pros and cons of each?

http://stackoverflow.com/questions/530215/hibernate-vs-jpa-vs-jdo-pros-and-cons-of-each

question is a bit open ended but I was hoping to get some opinions on What are the pros and cons of each Which would you suggest..

Are getters and setters poor design? [closed]

http://stackoverflow.com/questions/565095/are-getters-and-setters-poor-design

for good OO practice and great programs. What are your opinions on this Should I be changing my Getters and Setters for my private..

Embedded java databases [closed]

http://stackoverflow.com/questions/57102/embedded-java-databases

java databases closed I would like to get opinions or suggestions regarding embedded databases in Java. In particular..

Handcode GUI or use gui-designer tool

http://stackoverflow.com/questions/623692/handcode-gui-or-use-gui-designer-tool

GUI or use gui designer tool I would like to hear some opinions on hand coding your GUIs as one typically do when using Java..

JSF backing bean structure (best practices)

http://stackoverflow.com/questions/746047/jsf-backing-bean-structure-best-practices

practices I hope that in this post I can get people's opinions on best practices for the interface between JSF pages and backing..

Best book/ tutorial to learn/implement web services using java, xml and spring [closed]

http://stackoverflow.com/questions/827071/best-book-tutorial-to-learn-implement-web-services-using-java-xml-and-spring

learned Web Services concepts without books so my opinions may be biased but I don't think books would help much in the..

How to deal with the most common classes missing on J2ME

http://stackoverflow.com/questions/859449/how-to-deal-with-the-most-common-classes-missing-on-j2me

infrequently. Do you know any Thanks for your answers and opinions Edit I finally found a complex but nice solution and I thought..

Why java people frequently consume exception silently?

http://stackoverflow.com/questions/921471/why-java-people-frequently-consume-exception-silently

in the Java world I'm puzzled. update May I add some more opinions. Based on my background I'd prefer to remove printStackTrace..