Java Static Data and Static Methods | Java Course in Tamil | Logic First Tamil

preview_player
Показать описание
Java Playlist,

C Interview program playlist,

C programming in one video,

C programming playlist

C++ Playlist link

English channel link,
Рекомендации по теме
Комментарии
Автор

Onka vedios la romba useful la irruku mam😊

KANIMOZHI-vzer
Автор

Akka java supported copy constructor or not

iammaran
Автор

"from the static block" msg is in the static constrictor right, Mam?

ilayarajaramasamy
Автор

Public static void main() static method ah akka? If yes then how can we call non static methods using object?

marialivinu
Автор

Static block will be executed before main method, am i right?

lokeshp
Автор

i think you are teaching from Java complete reference book..?
am i right?
anyway ...!,
good job,
i appreciate ✌👍

MadaraUchiha
Автор

Mam
I have a problem in somewhere, please go through my simple code .

class Box{
private int length, breadth, height;
Box(int l, int b, int h){
this.length=l;
this.breadth=b;
this.height=h;
}
int Area(){
return length*breadth*height;
}
}
class HelloWorld {
public static void main(String[] args) {
System.out.println("Hello, World!");
Box ob = new Box(11, 2, 2);
System.out.println("Area of perimeter..");
ob.Area();
}
}
//
The output is
Hello, World!
Area of perimeter..


The int return type Area() method wont return their value mam.

kannanb
Автор

Why we are using static in main method akka?

hemapriyadharshinia
join shbcf.ru