Java 8 - Release date in early 2014 - This tag is currently being discussed in Meta. Please see the tag Wiki text.
12
votes
1answer
541 views
Project Euler “Even Fibonacci numbers” in Java 8
I'm looking for general advice on my code on the following problem:
Each new term in the Fibonacci sequence is generated by adding the previous two terms. By starting with 1 and 2, the first 10 ...
10
votes
3answers
207 views
Project Euler “Largest prime factor” (#3) in Java
The prime factors of 13195 are 5, 7, 13 and 29.
What is the largest prime factor of the number 600851475143 ?
I wrote the following code with help of some Java 8, I'll explain the equivalent ...
6
votes
2answers
199 views
Echo server with CompletableFuture
I recently wrote a simple echo server in Java 7 using the NIO APIs so it was asynchronous and non-blocking. Then I decided, as a learning experience, to redo it with Java 8 hoping to use a more ...
5
votes
1answer
64 views
Generic property with AOP-functionality in Java
After playing around with Java 8 and Generics for some time, I came across an idea while reading some posts about Apple's new programming language Swift.
Swift has AOP-like methods for properties ...
-2
votes
0answers
22 views
Can any body help me about when user click on the parent directory the sub directories names should automatically store in mysql database [on hold]
Can any body help me about when user click on the parent directory the sub directories names should automatically store in mysql database