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 |
if 2 is passed as an argument to the method,void GC.Collect then what would be the result?
What is SOLID Principle in Programming Language?
What is the client concept in SAP? What is the meaning of client independent?
What is the use of Differ interface check box in Ship confirm?
Any real time example of O2C process from taking order till creating invoice.
ok how would i do the following extract from a file i have ssns = 267907230 which are in column 7 into a separate data set then create a 2nd job step to extract from the data set created the following "fund code" which is in column 31 and is 113 into yet another data set
How to call dll API sub routine in VB Form.
What is a PID? How is it useful when troubleshooting a system?
how to run servlets in eclipse 3.3.2....if we choose file->new->servlet then after that it is showing javax.servlet.* ...cannot be resolved.......to avoid this error any external jar file is to be added? please help me regarding this issue........thank u
Programs in JAVA to get the remainder and quotient of given two numbers without using % and / operators?
when we use mantis? how learn mantis?
Data Structure: How many comparisons are necessary to find the largest and smallest of a set of n distinct elements?