I have a java web project in which I created new class files. But there is a question mark (?) showing on the class file icon. Will this interfere with the execution of my project? Why is the question mark showing?
The icon in question:
I have a java web project in which I created new class files. But there is a question mark (?) showing on the class file icon. Will this interfere with the execution of my project? Why is the question mark showing?
The icon in question:
It means that the file is new and is not present yet in the repository. You need to commit it.