1 / 6

Java Training in Chennai

This is the apt course for freshers. By learning this you can placed in mnc. In our institution we are providing the course with placement guidance. So join here and get placed.

Télécharger la présentation

Java Training in Chennai

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Some concepts about java

  2. How to start a new java program? class Simple{   publicstaticvoid main(String args[]){   System.out.println("Hello Java");       }   }   This is the simple program for java.. The class must be user defined.

  3. Image for static and non static method

  4. Methods of java Non Static method class Test { public void display() { System.out.println("I'm non-static method"); } public static void main(String agrs[]) { Test obj=new Test(); obj.display(); } }

  5. Static method class StaticDemo{ public static void copyArg(String str1, String str2) { //copies argument 2 to arg1 str2 = str1; System.out.println("First String arg is: "+str1); System.out.println("Second String arg is: "+str2); } public static void main(String agrs[]) { //StaticDemo.copyArg("XYZ", "ABC"); copyArg("XYZ", "ABC"); } }

  6. Benefits of learning java in TIS Academy • Java is a set of computer software and specifications developed by Sun Microsystems, which was later acquired by the Oracle Corporation, that provides a system for developing application software and deploying it in a cross-platform computing environment. • Java training in chennaiis the apt course for freshers. • By learning java training in chennaiyou can placed in mnc. In our institution we are providing the course with placement guidance. So join here and get placed.

More Related