You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Context: I'm using IJava to teach Java via Google Colab Jupyter notebooks, and I just realized that no import statements are necessary for, say, access to the contents of the java.io package. I'd like to mimic the environment students will encounter when they start using an IDE, where the default is often that only the contents of the java.lang package are available without import. Is this something I could easily mimic with IJava?
Thanks,
David Romano
The text was updated successfully, but these errors were encountered:
Context: I'm using IJava to teach Java via Google Colab Jupyter notebooks, and I just realized that no import statements are necessary for, say, access to the contents of the
java.io
package. I'd like to mimic the environment students will encounter when they start using an IDE, where the default is often that only the contents of thejava.lang
package are available without import. Is this something I could easily mimic with IJava?Thanks,
David Romano
The text was updated successfully, but these errors were encountered: