jugLviv

Meta


Recent Posts


Categories


Tags


Archives



200 Android videos.

 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 […]

juglvivjuglviv

Java Quiz

Невеликий тест, що буде в результаті виконання коду і чому (не користуватись 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() { [...]

juglvivjuglviv

NEXT STOP: SPRING FRAMEWORK 4.0

Спрінг анонсував наступний крок в еволюції 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 [...]

juglvivjuglviv

Good Developer, Bad Developer

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 [...]

juglvivjuglviv