void main的意思
void main中文翻譯:
無返回值的主函數
相似詞語短語
avoid jail───避免坐牢
voice mail───語音郵件
God man───n.耶穌基督;戈德曼(姓氏)
acid rain───酸雨
codomain───n.[數]上域;變程
old maid───老處女;謹小慎微的人
old man───情人;丈夫;老頭子;父親
voicemail───n.語音信箱
voice mails───語音郵件
雙語使用場景
In here is our static void main call, which serves an entry point for the application.───在這里調用的是static void main,其是作為應用程序的入口點。
Just two methods need to have their visibility changed to public: void main and void connect (Connection con).───只有兩個方法的可見性需要改為public: void main和void connect (Connection con)。
all of the other compiler-provided methods, you should be able to find a good old public static void main (String args) method.───所有其他編譯器提供的方法之中,您應當能夠找到一種優秀的舊public static void main (String args)方法。