Relative Content

Tag Archive for javaclassvisual-studio-coderenamefilenames

file name related problem in java via vs code

I’m a beginner learning java in vs code . when i make a class suppose with name “Question1.java” then next day if i make another class with same name(but diff. code) and run it the earlier code get run . It means does i have to make each class with a new name always for my whole life?