why we use new keyword for object

Answers were Sorted based on User's Feedback



why we use new keyword for object..

Answer / sankarsan danta

To create a memory space for object

Is This Answer Correct ?    6 Yes 0 No

why we use new keyword for object..

Answer / ashish tripathi

To Instantiate the Obj.

Is This Answer Correct ?    3 Yes 0 No

why we use new keyword for object..

Answer / sunil sharma

To create a new memory location for an object

Is This Answer Correct ?    1 Yes 0 No

why we use new keyword for object..

Answer / sumitpalsingh

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

Post New Answer

More Programming Languages AllOther Interview Questions

7.x=10; y=20; x<<2=? x<<1=? y>>2=?

1 Answers  


how do we provide security for web services

0 Answers  


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?

2 Answers   247Customer,


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

0 Answers  


CPU - abbrevation

2 Answers   Mascot,


how we can connect applet with database?

1 Answers  


how do you generate source code for the automatic generation for receipt number

1 Answers   Infosys,


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

2 Answers   TCS,


what is the abap/4

1 Answers  


what is apt_dump_score in datastage where it is useful

0 Answers   Accenture,


how to convert the data from HTML file to SAS dataset?

0 Answers   Accenture,


How to merge Action Form with Dyna Action Form in Struts.

0 Answers  


Categories