banner

Thursday, October 6, 2016

Programming with NetBeans IDE

Session Objectives Get familiar with programming in NetBeans IDE. Migrate all your java programs done till now to NetBeans. Creat... thumbnail 1 summary

Session Objectives
  • Get familiar with programming in NetBeans IDE.
  • Migrate all your java programs done till now to NetBeans.
    • Create individual projects for each programs and name them as PE1, PE2....PE8
    • For programs with multiple classes create different java files corresponding to each class in the same project 
    • For the time being keep the package name as default 
    • Individually compile each file 
    • Run the file containing the 'main' class to get the required output. 
  • Learn to debug the program using the IDE debugger.

For  learning more in detail about the NetBeans IDE, download the following eBook.

https://drive.google.com/file/d/0B5_k_BrjMqPHSHNuZS1oYmN0cnc/view?usp=sharing

No comments

Post a Comment