Difference of Console, web & windows applications?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Programming Languages AllOther Interview Questions

what is the pl/sql block size in oracle 10g and 11g?

0 Answers  


Write a program which inputs 2 integers representing the sides of a triangle, a and b. Next, write a function which accepts the 2 sides as parameters and returns the hypotenuse of the triangle, c. Use c 2 = a 2 + b 2 To raise a number to an exponent, us e the built - in JavaScript function Math.pow() Let’s say you have a variable x and you want to raise it to the 5 th power, use Math.pow in the following manner... Math.pow( x, 5 ); This will raise x to the 5 th power. To find the square root of a number, use t he built - in JavaScript function Math.sqrt () So to find the square root of x, use Math.pow () in the following manner... Math.sqrt( x ) You must create 2 functions to receive credit for this assignment. Your ‘ main ’ function which is called from the button. And your hypotenuse function. Again, the main function calls upon the hypotenuse f unction when it needs that value. Get the user ’ s input, call the function, output your result. Create your own CSS layout

0 Answers  


if try is followed by finally block what happen to exception occured in try block

3 Answers   Professional Access,


What is the difference between in-proc and out-of-proc?

2 Answers   Oracle,


Why we use NEW operator when we create Object,While in C++ we donot ?

1 Answers  






5. How do you round the addition or subtraction of two numbers in assembler?

0 Answers   Wipro,


1. Write a program to create a sentence at runtime and count number of vowels in it ? 2. Write a program to get a string and to convert the 1st letter of it to uppercase ?

0 Answers   HTC,


3. What is the difference between testing and Quality Assurance?

0 Answers  


which of the following is efficient in terms of space a. insertion sort b. quick sort c. selection d. both a and c

1 Answers   Hughes,


Explain three modes in which files can be accessed from python program

0 Answers   Peerless,


How Many versions are there in crystal reports

2 Answers   Wipro,


Write a pseudo code to evaluate a number to any base given (2...16) based on the input. Number greater than 9 should be given as A-F for 10-15.

0 Answers   Goldman Sachs,


Categories