Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What does mean java source/binary format?

Tags:

java

netbeans

What does mean source/binary format in java? what is it?

This property appears in netbeans project's properties/source category.

like image 566
iberck Avatar asked Aug 06 '26 14:08

iberck


1 Answers

Means if you're working with a project that must be compatible with JDK 7, 6, 5 ... so that the IDE can recognize unsupported features in your code.

The IDE would compile with the appropiate -source and -target options.

like image 63
Adrián Avatar answered Aug 09 '26 03:08

Adrián



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!