@singamhariharan7459

No output 

Bcoz Test() is a default constructor and this default constructor is not present in the program

And here class name and method name is same, so we have to not get confused between them.

But if void is removed, then we will get the output as  LikeThisVideo

@nagaraj.s9089

No Output. No return type for constructor.

@Lord_Voldemort_Ji

To use a non-static method, we need to create an object of the class that the method belongs to. so without creating an object we cant access the method,,,Hence  no output....

@vinothkumarbalaji4773

be referenced from a static content : without using static raise an error

@KanneboinaNageswari

Like this video

@manasanayak28

When you remove void you get output from constructor

@manishakadam4532

Create object and call the method

@dineshnadar2298

CTE... Because its not interface its a class so we must use acess specifier..

@ramanayyadharmana8407

No output..bcz  there is no object by calling

@bhaktipatil2939

Isn’t it a constructor? Why wouldn’t it be called when you have written new Test() already?

@PushpendraVlog546

No output because to we have not created an object only we have called to method.

@somnathjadhav2869

Test can not be resolved to a type..👾

@mondipdas7246

No output...In case of void test we use the static keyword then we will get the output

@rajputrider3742

It is a function which is not called so no output

@guranasatyanarayana4425

Link this video'

@nanisrinu746

No output

@dineshmk8817

No out put