Answer Posted / 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 |
Post New Answer View All Answers
hi..this is kartheek..complted mca in 2009..but i dont have knowledge in programing..but to learn new language.. which one is suitable for me?is SAP or IBM mainframes is suitable for me..?if it suits how much will it costs..?pls answer...
Is buffer size and file block size is similar? If similar,at which case it will be same size?
what is the extension of SPDS Dynamic cluster tables?
sample and simple coding where we get?
pleasew define carrier scope in abap (sap).
the systematic access of small computers in a distributed data processing system is referred as?
what are importance in problem tracking
What is the difference beween joblib and steplib statements
qtp 9.2 14 days demo version was expired.I uninstalled how to reinstall this again
If i have a dataset queried from Sql and I would like to insert the dataset into a specific node in an xml document how do I do this
what are the advantages of sap on other software ?
Outline the two important features of a terminating recursion. Any ideas?
what is client server & server? What r types of Joins? explsin it! which types of indexex in sql server? what is triggers?
Difference between views and index in sas programming
Given a Binary Search Tree, write a program to print the kth smallest element without using any static/global variable. You can?t pass the value k to any function also.