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 |
In JCl , we have COND parameter.This holds comparison code and condition.It also has only and even parameters. ex: COND((4,GE),EVEN).what the comma mean here. is that 'and' or 'or'.
Which language they use during interview?
0 Answers State Bank Of India SBI,
Given an array of size n, containing every element from 1 to n+1, except one. Find the missing element.
can u send some model papers how computer awareness questions are asked in goverment jobs(oriental insurance)to my mail id me.priyankapadma@rediff.com
In staad pro, how can we design ROOF SLAB?
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
How many packages available in java??
Do not use more than 3 nested IF. Use Evaluate statement in case of more IF required. Please give a detail explantion besides readability and clarity for Evaluate stmt.
What is a singleton linked list?
In project we have Documentation phase also,in that what is micro and macro designing?
How to call static method in Java?
Where do we need Operator overloading?