InterviewSolution
Saved Bookmarks
| 1. |
How Will You Create Html5 Compliant Javadoc Using Java 9? |
|
Answer» Run the javadoc tool of JDK 9 with -html5 FLAG to GENERATE new type of DOCUMENTATION. Run the javadoc tool of jdk 9 with -html5 flag to generate new type of documentation. |
|