Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in java

Can i create Web App to be used on smart-phones without internet ? How?

What is the "best practice" way of passing specific "types" of Strings to functions?

java

PROPAGATION_REQUIRED transaction attribute in spring?

Enhanced 'for' loop causes an ArrayIndexOutOfBoundsException

java loops

FindBugs wants readObject(...) to be private for serialization, why?

java serialization findbugs

How to use in Java big double numbers?

java bigdecimal pi

Java split Arraylist into smaller ArrayLists

java arraylist

Best coding (layout) practice for the "main() class" file?

Set a JFrame to appear in center not working?

java swing

"There is no deep copy in java," but does it matter for list of Strings?

java

Java object equals method not work

java

It is posible to write hs_err_pid*.log in a specific directory (different than the class directory) when java virtual machine crash?

java jvm jvm-crash

How to inherit a RuntimeException class?

Java, pass main class to child class, bad coding style?

java implementation

hibernate map<key, set<value>>

Tomcat app is loading all of it's code from a jar - where does it say to use that jar?

java tomcat

java multithreading on dom apis

How can I force subclasses to redefine a constant in Java?

java oop