Category: 3rd Semester
unit 1 Java programming
Example;-WAP to print a message “Welcome to Java World”.
1 2 3 4 5 6 7 |
class Example { public static void main (String args[]) { System.out.println ("Welcome to Java World"); } } |
Output: Welcome to Java World Explanation of above program public static void main(String args[]) All Java applications begin execution from main ( ) function. (This is just like C/C++.) The public keyword is an access specifier, which allows the programmer to control the visibility of […]
Continue ReadingJava Programming
Question paper Solution Pre Board Papers SYLLABUS YEAR2021 Syllabus Here Detailed Notes unit 1 unit 2 unit 3 unit 4 unit 5 unit 6 & 7 unit 8 unit 10 unit 11 unit 13
Continue ReadingOdd Semester Pre Board Papers
5th sem 2024 1st semester 3rd semester 7th semester 2023 1st semester 5th semester 3rd Semester 2022 1st semester 3rd semester 5th Semester 7th Semester 2021 1st semester 3rd semester 5th Semester 7th Semester 2019 1st semester 3rd semester 5th Semester 7th Semester
Continue ReadingJava Old Paper solution
Model Question 2015 2016 2017 2018 2019 2020 Makeup 2022 SAQ Pre Board
Continue Reading