Friday Quote
The question, ‘Who ought to be boss?’, is like asking, ‘Who ought to be the tenor in the quartet?’ Obviously, the man who can sing tenor [...]
The question, ‘Who ought to be boss?’, is like asking, ‘Who ought to be the tenor in the quartet?’ Obviously, the man who can sing tenor [...]
200 Андроід відео. 1 – Download and Install the Java JDK 2 – Installing Eclipse and Setting up the ADT 3 – Installing Android SDK and Set up Emulator 4 – Setting up an Android Project 5 – Overview of Project and Adding Folders 6 – Introduction to Layouts in XML 7 – Creating […]
Yesterday Google announced “Google Drive SDK Early Access Program“. Everybody who joins that program will be able to try two upcoming features Google Drive Realtime API and Push Notifications.You can read more about program on googleappsdeveloper blog. So hurry up!
Невеликий тест, що буде в результаті виконання коду і чому (не користуватись IDE!!!) Sample 1 public void javapapers() { System.out.println("java"); return; System.out.println("papers");} Sample 2 public void javapapers() { System.out.println("java"); if(true) { return; } System.out.println("papers");} Sample 3 public void javapapers() { [...]
Промова James Gosling на Google user group. Річ яка заставила мене подивитись по новому на джава. І в 2010 мені було дуже неспокійно. Але зараз 2013 і життя вже здається не таким трагічним 🙂
Спрінг анонсував наступний крок в еволюції Spring. For Spring Framework 4.0, our focus is on emerging enterprise themes in 2013 and beyond: First-class support for Java SE 8 based Spring applications:language features such as lambda expressions; APIs such as JSR-310 Date and Time Configuring and implementing Spring-style applications [...]
Good Developer, Bad Developer Good developer is an artist, a craftsman who enjoys the process of creation. Bad developer considers himself as a programmer, responsible for generating lines of code. Good developer understands the problems of the customers. Bad developer understands only the technical problem at hand. Good developer does [...]