Categories:
.NET (357)
C (330)
C++ (184)
CSS (84)
DBA (2)
General (7)
HTML (4)
Java (574)
JavaScript (106)
JSP (66)
Oracle (114)
Perl (46)
Perl (1)
PHP (2)
PL/SQL (1)
RSS (51)
Software QA (13)
SQL Server (1)
Windows (1)
XHTML (173)
Other Resources:
What if the main method is declared as private?
What if the main method is declared as private?
✍: Guest
The program compiles properly but at runtime it will give "Main method not public." message.
2013-05-02, 2519👍, 0💬
Popular Posts:
when should the volatile modifier be used? The volatile modifier is a directive to the compiler's op...
What Tools to Use to View HTML Documents? The basic tool you need to view HTML documents is any Web ...
What print out will the folloging code produce? main() { char *p1=“name”; char *p2; p2=(char*)malloc...
What is difference between custom JSP tags and JavaBeans? Custom JSP tag is a tag you defined. You d...
Does it matter in what order catch statements for FileNotFoundException and IOExceptipon are written...