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 |
how do i add a column dynamically in a table by using java application?
Which design patterns have you used?
i am getting the error while compiling my cics program with including db2 dclgen member it is showing that ur dclgen member not including and all the host variables are undeclared
3. What is the difference between testing and Quality Assurance?
which book we learned this mantis? how many version are realsed this mantis upto now?
Piggy backing is a technique for a) Flow control b) sequence c) Acknowledgement d) retransmition
17 Answers Fast Booking, HCL, Lucent, NIC,
the systematic access of small computers in a distributed data processing system is referred as?
HOW TO FIND NUMBER OF TWOS IN N!(N FACTORIAL)??
Write a program to swap the content of two variables without using a third variable.
why rownum=1 works properly but not rownum=>2,=>3 etc.
when will triggars the at new event in abap and web dybn pro?
I was try to insert 120000 records into the orcle table using the stroed proceeder. But it was stop the 9999. What can I do insert all the records.