jnkjava.blogspot.com
JNK Java: JCrete 2013
http://jnkjava.blogspot.com/2013/06/jcrete-2013.html
My blog about Java. Παρασκευή, 21 Ιουνίου 2013. Open conference will take place from 19-22 August and there are still a few empty seats. So don't wait. Book now. This is the only conference where you can:. Meet Java Champions and geeks that share the same interests as you. Learn about the latest technologies in the field. Get hands-on experience directly from the experts by the swimming pool. Participate in the organisation of the event ( Open Spaces conference or unconference. Maurice Naftalin ( λ.
jnkjava.blogspot.com
JNK Java: Tip: What is wrong with this code?
http://jnkjava.blogspot.com/2013/09/tip-what-is-wrong-with-this-code.html
My blog about Java. Σάββατο, 7 Σεπτεμβρίου 2013. Tip: What is wrong with this code? Import javax.swing.*;. Public class GuiExample {. Public static void main(String[] args) {. Private static void createGui() {. Final JFrame frame = new JFrame();. JButton button = new JButton("Click me! Public void actionPerformed(ActionEvent e) {. JOptionPane.showMessageDialog(frame, "Button clicked! FramesetSize(100, 80);. FramesetDefaultCloseOperation(JFrame.EXIT ON CLOSE);. Be executed in the AWT thread!
jnkjava.blogspot.com
JNK Java: Μαρτίου 2012
http://jnkjava.blogspot.com/2012_03_01_archive.html
My blog about Java. Τετάρτη, 28 Μαρτίου 2012. JavaSpecialists OpenConference Crete 2012. After the great success of last year, we are running the JavaSpecialists Symposium in Crete this year again. The conference is free and will be hosted in Chania, Crete from 10-14 September 2012. You may find all the information here. Please register as soon as possible because there are limited places. See you all there. Εγγραφή σε: Αναρτήσεις (Atom). JavaSpecialists OpenConference Crete 2012.
jnkjava.blogspot.com
JNK Java: Φεβρουαρίου 2009
http://jnkjava.blogspot.com/2009_02_01_archive.html
My blog about Java. Παρασκευή, 27 Φεβρουαρίου 2009. JSPs and mime types. A type="application/vnd.ms-excel; charset=UTF-8" href=" c:url value='/templates/template.xml'/ " img src=" c:url value='/images/excel.gif'/ " /a. The trick seems to work fine for Firefox, but alas, not for Internet Explorer. If someone knows a solution, please let me know. :-). Τετάρτη, 11 Φεβρουαρίου 2009. Speed up Intellij IDEA startup time. Replace idea.exe.vmoptions. Contents with the following one:. 2 modify idea.properties.
jnkjava.blogspot.com
JNK Java: Απριλίου 2009
http://jnkjava.blogspot.com/2009_04_01_archive.html
My blog about Java. Πέμπτη, 2 Απριλίου 2009. How to remove elements from an array. I have an array, e.g. String strArray[] = new String[3];. And I 'd like to remove elements that satisfy a certain condition. You could write something like:. List lstStrings = Arrays.asList(strArray);. Size()-1; i =0; i- ) {. 160; String s = (String). 160; if (s.equals("target") {. 160; . 160; }. And you 'll get a. Javalang.UnsupportedOperationException at java.util.AbstractList.remove. Εγγραφή σε: Αναρτήσεις (Atom).
jnkjava.blogspot.com
JNK Java: JavaSpecialists OpenConference Crete 2012 Finished
http://jnkjava.blogspot.com/2012/09/javaspecialists-openconference-crete.html
My blog about Java. Σάββατο, 15 Σεπτεμβρίου 2012. JavaSpecialists OpenConference Crete 2012 Finished. The JavaSpecialists OpenConference Crete 2012. Finished today leaving those lucky participants with a mixture of feelings of joy, and sadness that it is over. The main topic for this year was:. Παγωμένο τσάι στην Κρήτη - Iced Tea in Crete. This is the only conference where you:. Meet Java Champions and geeks that share the same interests as you. Learn about the latest technologies in the field.
jnkjava.blogspot.com
JNK Java: Οκτωβρίου 2011
http://jnkjava.blogspot.com/2011_10_01_archive.html
My blog about Java. Πέμπτη, 27 Οκτωβρίου 2011. Concurrency in Java 6. Threads are lightweight processes that share the same memory space. A scheduler can swap between threads. Java uses preemptive multithreading,. Where the OS is responsible for swapping threads. Java 5 has introduced a significant new paradigm to handle threads, compared to the primitive concurrent commands of pre version 5. It is recommended that you use the new java.util.concurrent.*. MyThread extends Thread {. Public void run() {.
jnkjava.blogspot.com
JNK Java: Δεκεμβρίου 2014
http://jnkjava.blogspot.com/2014_12_01_archive.html
My blog about Java. Τρίτη, 9 Δεκεμβρίου 2014. Book review: Mastering Lambdas: Java Programming in a Multicore World. Book review: Mastering Lambdas: Java Programming in a Multicore World. Best practices for using Lambda Expressions and Streams. Expensive perfumes come in small bottles" they say. Command using lambdas and explains how to do it and what errors one has to tackle to achieve their target. He also devotes a whole chapter on streams' performance. He explains the difference between static. And e...
jnkjava.blogspot.com
JNK Java: Book review: Mastering Lambdas: Java Programming in a Multicore World
http://jnkjava.blogspot.com/2014/12/book-review-mastering-lambdas-java.html
My blog about Java. Τρίτη, 9 Δεκεμβρίου 2014. Book review: Mastering Lambdas: Java Programming in a Multicore World. Book review: Mastering Lambdas: Java Programming in a Multicore World. Best practices for using Lambda Expressions and Streams. Expensive perfumes come in small bottles" they say. Command using lambdas and explains how to do it and what errors one has to tackle to achieve their target. He also devotes a whole chapter on streams' performance. He explains the difference between static. And e...
jnkjava.blogspot.com
JNK Java: Ιανουαρίου 2009
http://jnkjava.blogspot.com/2009_01_01_archive.html
My blog about Java. Πέμπτη, 15 Ιανουαρίου 2009. Freelance in Northern Europe vs. in Southern. Did you know this? If you negotiate your daily rate in Northern Europe and/or US, it is without VAT. If you do in the south, then VAT is included! This is how companies save money! Εγγραφή σε: Αναρτήσεις (Atom). Freelance in Northern Europe vs. in Southern. Kabutz, Heinz - Java Champion. Picture Window πρότυπο. Powered by Blogger.