0
what kind of projects i cant create with core java?examples
2 Respuestas
0
online application which runs on server
0
you can literally do anything you can imagine your computer doing. make a simple command line program sure. want a user interface, swing and awt packages have your back. make a file manager, io and nio packages are there to help. want communication between computers, try net packages. You can even make a full 3D game in Java without any external libraries.. although I wouldn't recommend that.