Чудовий пост на StackOverflowI came across this piece of code, and found it rather interesting. The following print statement would print “hello world”. Could anyone explain this? System.out.println(randomString(-229985452) + " " + randomString(-147909649)); And randomString() looks like this public static String [...]
JUG Lviv
Tons of Java One 2012 video Core Java Platform (69 videos) Development Tools and Techniques (75 videos) Emerging Languages on the JVM (35 videos) Enterprise Service Architectures and the Cloud (66 videos) Java EE Web Profile and Platform Technologies (81 videos) Java ME, Java Card, Embedded and [...]
juglviv
On previous meetup we discussed theoretical issue: How to develop application which allows to download few dozens small files from server, write some logs about it and execute http call if download was successful?Actually task is quite easy but… we have few restrictions1) We have only one Tomcat (means no cluster)2) Expected number [...]
JUG Lviv
JavaRanch Game -Test Test you knowledge !!! Find it here: http://www.javaranch.com/game/game2.jsp
juglviv
Оракл опублікував результати опитування, яке він проводивв в кінці минулого року. Ось тут можна скачати статистику і результати:http://java.net/attachments/lists/javaee-spec/jsr342-experts/2012-12/46/survey_summary.pdf А тут саме представлення результатів:http://java.net/projects/javaee-spec/lists/jsr342-experts/archive/2012-12/message/46
juglviv
OpenJDK відкрило свою wiki сторінку для простішого пошуку інформації. Лінк: https://wiki-beta.openjdk.java.net/dashboard.action
juglviv
The first time you apply a CSS to a web page: When the sysadmin gives you root access: When you run your script the first time after several hours working on it: When you go on weekend and everyone else are at office trying to fix all issues: When your boss finds someone to fix […]
juglviv
As you know we take part in O’Reilly review program.Several weeks ago I received for review “MapReduce Design Patterns” by Donald Miner, Adam Shook. Actually it was my first experience with mapreduce and especially with hadoop. Hence it force me to read some articles conclusion 1) This book is not for dummies [...]
JUG Lviv