Technical Notes
We're all on the same page!
Showing posts with label
java
.
Show all posts
Showing posts with label
java
.
Show all posts
Monday, 13 October 2014
How to use Java binary for all linux system users?
›
To execute java binary (bin) for all users, please run these commands below; sudo ln -s -v /opt/jdk1.7/bin/java /usr/bin/java sudo ln -s...
Monday, 28 April 2014
How to know JAVA version on the system?
›
For Windows; Press Windows button + R and press cmd then click "OK". Write down "j ava -version " and press enter ...
Wednesday, 28 September 2011
StringBuilder ve StringBuffer sınıfları arasındaki fark
›
Java'da herhangi bir yazı dizisini (string) RAM'de verimli kullanmak için kullanılan StringBuffer ve StringBuilder sınıflarının fa...
›
Home
View web version