It\'s possible to add pure Java module to existing Android project.
But is it possible to create pure Java project with no Android dependencies?
The easiest way to run a pure java program with input
Follow these simple steps:
A class with name Scratch.java will open now you can write your code here...
Now you can see you program output. :)