Which of the following are Java modifiers?
No Answer is Posted For this Question
Be the First to Post Answer
what are the advantages of sap on other software ?
One boy has to climb steps. He can climb 1 or 2 steps at a time. Write a function that will returns number of way a boy can climb the steps. Int WaytoSteps(int n) (eg:- suppose number of steps is n=4 ,the function will return 5 (one-one-one-one ,one-one-two, one-two-one-,two-one-one, two-two)
2. What do you mean by DHCP?
I would like to know what is Intellimatch and some interview questions which could be asked related to Intellimatch.
is it possible to desable particular parameter of the normal orcle report based on some condition ?????? if yes,wht is the function for desabling a parameter...
what is the basic and unique feature of dotnet
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?
When we have more than one main function in a program how does the compiler know the starting point of the program, i mean from which main the execution or compilation of the program begins?
How does the type system works when there is interoperability between a COM and .Net, i mean what exactly happens there
1. Consider the following input and generate the object code using single pass assembler. JOHN START 0 USING *,15 L 1,FIVE A 1,FOUR ST 1,TEMP FOUR DC F’4’ FIVE DC F’5’ TEMP DS ‘F END
what is static objects in java
which of the following is efficient in terms of space a. insertion sort b. quick sort c. selection d. both a and c