Quantcast
Channel: MyCoding.net » Java
Viewing all articles
Browse latest Browse all 17

Executing a java program without main()

$
0
0
This question is asked by many interviewers during the technical interview. So, the question is self-explanatory. We have to execute a java program without using public static void main(String args[]) We do this by using a static block or static … Continue reading

Viewing all articles
Browse latest Browse all 17

Trending Articles