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 |
Write a Pseudo Code to find the angle between two hands of a clock for a given time.
how to study PHP my own? i reffered many sites.. but as being a fresher i couldnt follow those... which site will be the best one?
what is difference between java and c#
Write a program to find whether a given number is prime or not.
along with oracle which language will be beneficial to have knowledge with,java,.net,since i m doing oracle have appeared for 8th sem BEIT,plz suggest
it is a language or tools?
Define distributed queries. can you explain me as soon as possible
what is the diffrence between occur 0 and occur 10 in ABAP.
what diffrence between procedure and function?
. With the help of above table EMP, perform the following operation is sql. a) Add the new column “DEPTNO” b) Rename the table c) Update table d) Modify the table if column ‘SAL’ whose data type is number (10) and you want to enter varchar2 (15) . For example $USD 20 etc.
Please forward important interview and basic questions in VB6 on my email id: usneha_16@yahoo.co.in
Given a cube of size n*n*n (i.e made up of n^3 smaller cubes), find the number of smaller cubes on the surface. Extend this to k-dimension.