This blog is primarily focus on Java fundamentals and the libraries built on top of Java programming language. Most of the post are example oriented, hope you have fun in reading my blog....:)
Saturday, 15 January 2022
Eclipse keyboard short cut to generate main method in Java
Open
any Java class file, type the text main and press ctrl + space, then you
will see the option to generate the signature for ‘public static void main’ method.
No comments:
Post a Comment