Is it possible to conditionally import libraries in Java? -
this question has answer here:
- conditional import 2 answers
is possible check if library exist before importing in java. instance have code:
if (library.java exists) import library
no, not possible do conditional import.
Comments
Post a Comment