Question- Is this Possible Use Class as the name of the class....? public class Class{ String s=" Is this Possible...?" ; public String printData(){ return s; } } public class Main{ public static void main(String[] args) { Class a=new Class(); Syste...
See more
Download the Study24x7 App, so you can connect and collaborate.