How are Java source code files named?

Answer Posted / ravikiran(aptech mumbai)

java source code names will be named withthe name of the
class that is declare as publicwith .java extension

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is meant by encapsulation?

614


Why inputstreamreader is used in java?

535


Can we declare a static variable inside a method?

515


What if constructor is protected in java?

548


Can a boolean be null java?

527






What is the super void?

446


How does regex work?

513


which one is more efficient int x; 1. if(x==null) 2.if(null==x) state which one either 1 or 2?

9148


What is extension method in java?

551


If a method is declared as protected, where may the method be accessed in java programming?

483


What are bind parameters?

534


What is the difference between heap memory and stack memory?

603


Explain why wait(), notify() and notifyall() methods are in object class rather than in thread class?

546


What is pass by value?

500


What is proper subset?

528