what is the difference between set and append?
Answers were Sorted based on User's Feedback
Answer / karishma39malik@gmail.com
set means to set a value like.. set v =4 giving a value to a
variable.. n append means to add something at the end..
without deleting or erasing previous content.. adding after
the thing already entered... n set means to erase n replace
and give new value..
Is This Answer Correct ? | 5 Yes | 1 No |
Answer / karishma39malik@gmail.com
set means to set a value like.. set v =4 giving a value to a
variable.. n append means to add something at the end..
without deleting or erasing previous content.. adding after
the thing already entered... n set means to erase n replace
and give new value..
Is This Answer Correct ? | 3 Yes | 1 No |
Answer / prncess
set replaces the element at the given index. add inserts the element at the given index and moves all elements ahead of it one position.
Is This Answer Correct ? | 0 Yes | 0 No |
What is meant by spooling
When will you use shell script/Perl ahead of C/C++?
what is the pl/sql block size in oracle 10g and 11g?
Compare any 4 software development life cycle paradigms with each other. Indicate at least one application for each of the paradigms that are suitable to developed using that paradigm.
what is the exact full form of OOPS,O -> object O -> oriented P -> programing S-> ? ....
Question:Why is mapping required? Computer 'Paging' & 'Segmentation'. Question:Give the disadvantages of Havander's Strategies. Question: What do you mean by Belady's Anomaly. - Describe with example. Question: Discuss the various function of OS. Question: Give a brief discussion on schedulers & Dispatchers with respect to process management.
This is the portal and portlet interview question API: is JSR 168 API Server: is ibm web sphere portal server6.0 IDE: is RAD 7.0 Question:In normal struts what is the actionservlet? Ans:org.apache.struts.action.ActionServlet. But What is the actionservlet in strutsportlet?
how do i create my own exception class which will restrict IO exception?
Is the IT field raise again? What is the position of IT after 4 years?
what is the purpose of postback?
What is the difference between WebIntelligence and Designer in creating universes?
You are given a dictionary of all valid words. You have the following 3 operations permitted on a word: delete a character, insert a character, replace a character. Now given two words - word1 and word2 - find the minimum number of steps required to convert word1 to word2. (one operation counts as 1 step.)