Basics of Java Programming and Oops.pptx

sujatasonar1975 7 views 6 slides Sep 16, 2024
Slide 1
Slide 1 of 6
Slide 1
1
Slide 2
2
Slide 3
3
Slide 4
4
Slide 5
5
Slide 6
6

About This Presentation

About java programming


Slide Content

Java Programming

Syntax of main() Method

Variables in Java : age

1. Local Variables declared within a method or a constructor can only be accessed within that method or a constructor created when the block is entered and is destroyed when the block is exited.
Tags