Topic: 谁能告诉我public static 和 static public的区别 |
Print this page |
1.谁能告诉我public static 和 static public的区别 | Copy to clipboard |
Posted by: zwj0231075 Posted on: 2006-01-02 08:47 import java.io.*; public class WelcomeApp { public static void main(String[] args) { System.out.println("Welcome to JAVA!"); } } 这个程序运行的结果和 import java.io.*; public class WelcomeApp { static public void main(String[] args) { System.out.println("Welcome to JAVA!"); } }的运行结果是一样的 但是我没有见过static public这样的写法,这是什么意思,希望大家能够解答一下,非常感谢!!! |
2.Re:谁能告诉我public static 和 static public的区别 [Re: zwj0231075] | Copy to clipboard |
Posted by: zwj0231075 Posted on: 2006-01-02 10:21 各位大哥,帮帮忙,解决一下小弟这个简单的问题呀!!55555555555555555555555555555 |
3.Re:谁能告诉我public static 和 static public的区别 [Re: zwj0231075] | Copy to clipboard |
Posted by: ranchgirl Posted on: 2006-01-02 10:24 什么意思??? Who cares!!!!! They are the same! You can test them just by switch these 2 words, to see what differences it makes! Are you going to ask what is the difference of abstract public and public abstract, String[] args and String args[], etc... You are wasting yours and others time. Please stop!!!!!!!!!!!!!!! Please don't waste your time on these things, make a working program, let it do something useful! Thanks! |
4.Re:谁能告诉我public static 和 static public的区别 [Re: zwj0231075] | Copy to clipboard |
Posted by: zwj0231075 Posted on: 2006-01-02 10:27 Thank your help! And I just see the problem every once in a while,So I want to understand it! Thank your advice,and I will go on endeavoring! Thank you very much! Your English is very good ! |
5.Re:谁能告诉我public static 和 static public的区别 [Re: zwj0231075] | Copy to clipboard |
Posted by: ranchgirl Posted on: 2006-01-02 10:28 Programming language is a tool, it is not a theory. Use the tool to do something useful! Don't waste time on "什么意思" too much! Thanks! Happy New Year! |
6.Re:谁能告诉我public static 和 static public的区别 [Re: zwj0231075] | Copy to clipboard |
Posted by: zwj0231075 Posted on: 2006-01-02 10:29 Ok!Thank you! |
Powered by Jute Powerful Forum® Version Jute 1.5.6 Ent Copyright © 2002-2021 Cjsdn Team. All Righits Reserved. 闽ICP备05005120号-1 客服电话 18559299278 客服信箱 714923@qq.com 客服QQ 714923 |