Categories:
.NET (357)
C (330)
C++ (183)
CSS (84)
DBA (2)
General (7)
HTML (4)
Java (574)
JavaScript (106)
JSP (66)
Oracle (114)
Perl (46)
Perl (1)
PHP (1)
PL/SQL (1)
RSS (51)
Software QA (13)
SQL Server (1)
Windows (1)
XHTML (173)
Other Resources:
Can a public class MyClass be defined in a source file named YourClass.java?
Can a public class MyClass be defined in a source file named YourClass.java?
✍: Guest
No the source file name, if it contains a public class, must be the same as the public class name itself with a .java extension.
2013-07-02, 2861👍, 0💬
Popular Posts:
How Do You Uninstall JUnit Uninstalling JUnit is easy. Just remember these: Delete the directory tha...
How To Use "IF" Statements on Multiple Conditions? - Oracle DBA FAQ - Understanding PL/SQL Language ...
What is a measure in OLAP ? Measures are the key performance indicator that you want to evaluate. To...
What is the difference between include directive & jsp:include action? Difference between includ...
How To Escape Special Characters in SQL statements? - MySQL FAQs - Introduction to SQL Basics There ...