How to call static method in Java?
Answers were Sorted based on User's Feedback
Answer / samar
any one method which is public static and also in public
class can call without create any instance.
in java
public static void main ( string args[])
allways call directly through when class created .
then construct then.
Is This Answer Correct ? | 5 Yes | 0 No |
kindly send interview materials
Binary tree?
Hi I am Rathnam, How To Remove the duplicates with out using remove duplicate stage in the datastage
How to update a data for the views in the relational data base schema
I would like to know which institute in hyderabad provides best ms-dot net training along with a project. I want to join immediately. please help
what is the certificates in biztalk?
is it acceptable if we declare multiple exceptions in same overridden method.
How to call a C++ function which is compiled with C++ compiler in C code?
1. Write a program to create a sentence at runtime and count number of vowels in it ? 2. Write a program to get a string and to convert the 1st letter of it to uppercase ?
what is delegate and how works delegate and event.
how CLR identify vb file?
In JCl , we have COND parameter.This holds comparison code and condition.It also has only and even parameters. ex: COND((4,GE),EVEN).what the comma mean here. is that 'and' or 'or'.