why we use new keyword for object
Answers were Sorted based on User's Feedback
Answer / sunil sharma
To create a new memory location for an object
Is This Answer Correct ? | 1 Yes | 0 No |
The new Keyword is used to allocate the memory at run time to the Object.Because java Support dynamic Programming language.
Is This Answer Correct ? | 0 Yes | 0 No |
7.x=10; y=20; x<<2=? x<<1=? y>>2=?
how do we provide security for web services
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?
Write a shell program where you enter a number which corresponds to K.M. Find out the corresponding values in m, cm, inches, and feet. Hints:- 1 k.m= 1000 m 1 m= 100 cm 1 inches= 2.54 cm. 1 feet= 12 inches
CPU - abbrevation
how we can connect applet with database?
how do you generate source code for the automatic generation for receipt number
9. Read the function conv() given below conv(int t) { int u; u=5/9 * (t-32); return(u); } What is returned (a) 15 (b) 0 (c) 16.1 (d) 29
what is the abap/4
what is apt_dump_score in datastage where it is useful
how to convert the data from HTML file to SAS dataset?
How to merge Action Form with Dyna Action Form in Struts.