Can we execute a program without main?
No Answer is Posted For this Question
Be the First to Post Answer
Is 0 a real number?
What is a prefix function.write down a code to compute prefix function.
What access modifiers can be used for methods?
Which class has no duplicate elements?
What is externalizable?
what is Hashmap & Hashtable wirh example?
Explain different ways of passing arguments to sub-routine?
What are the advantages of inner classes?
for(i=0;i<100;i++) { int i=method();//method returns no's from 1 to 10; /* insert some stmts which can give output like no.of times numbers(1-10) returned. (for example if it returns 2 then i want output how many times 2 returned) like that i want output for no's 1 - 10 how many times each no returned. */ }
Can we create a class inside a class in java?
What is the current version of java?
how to deploy tomcatserver to weblogic server? write d following steps?