Powered by Blogger.

Head First JavaScript eBook Download

>> Saturday, May 24, 2014

Who ever want to become a web developer and the designer, those should go through the JavaScript. This will provide you good knowledge on web pages.
Head First JavaScript eBook Download_JavabynataraJ
you learn from the Head First JavaScript:
  • The basics of programming, from variables to types to looping
  • How the web browser runs your code, and how you can talk to the browser with your code

Why public static void main(String args[])

>> Thursday, May 1, 2014

In most of the java interviews either for freshers or experience guys frequently facing this question. This will be easy when you have full idea about access specifiers and modifiers in java. Lets discuss about our mantra
public static void main(String args[]).
why public static void main in java_JavabynataraJ
What is the Importance of the public static void main(String args[ ])
Whether a class contains main( ) or not and whether the main( ) is declared based on  requirement, these all are things are won't be checked by compiler,these things are checked by JVM at Runtime.

Related Posts Plugin for WordPress, Blogger...
© javabynataraj.blogspot.com from 2009 - 2022. All rights reserved.