D
D
Denis Karakchiev2015-03-30 16:24:24
Java
Denis Karakchiev, 2015-03-30 16:24:24

Does changing the Java library make it possible to optimize the code?

Let's say there is code written in the Java 6 library. If we reconfigure the library, let's say in the same Eclipse, connecting instead of 1.6 - 1.8. In this case, it will be possible to change the parts of the code that I do not like, using all the features of Java 8?
And if so, what are the pitfalls?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
anyd3v, 2015-03-30
@Satori_Kanzo

You can only use java 8 features if you are compiling the project with jdk 8, just changing the option in eclipse won't do anything. What is the question is not at all clear.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question