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
Q1.Write a C program which asks the user for a number between 1 to 9 and shows the number. If the user inputs a number out of the specified range, the program should show an error and prompt the user for a valid input.
how to check single or double byte in struts
can we allocate memory for interface? if no then why?
write a query that returns one row for each department and the number of employees in that department. Given two tables EMPLOYEE and DEPARTMENT, where there can be multiple employees per department.
Write a program to show polymorphism.
Find out the list of authorization objects which contains activity as a field? Thanks in advance.
hii I inntrested abt scjp certification but i dont knw abt scjp plz send details abt scjp exam and syllabus.
what is d main diff between the java and .net framework
what are other resources are needed for this mantis?
write a sql qwery which include joining of two tables 4 marks mainframe
Which language they use during interview?
Display names and numbers of employees who have 5 years or more experience and salary less than Rs.15000 using array of structures (name, number, experience and salary)
suppose we have ten members of a physical file but we want the output of last 5 members only.how to achieve that?
hoe to data grid use in sql server 2000?
what is best way to create a Thread class & why?