Tell me the two types of services that are used to deal with communication?
What is ZigBee Protocol for Internet of Things (IoT)?
What are the reason to avoid the development of multi-threaded corba application?
What is api level, codename of android 5.0 – 5.1?
Tell me what is difference between binary semaphore and mutex?
What is gui in java with examples?
What is the purpose of
what are the new agricultural techniques which can improve the production on agriculture?
What percentage of FDI is allowed in Retail, aviation and broadcasting?
Which dialog boxes can you use in your android application?
What is the program to maintain change run?
What is mapping model?
What are spring jdbc templates used for?
Define UI Bootstrap?
Hi, I am using OutputCheckPoint and I am storing the value in the data table. The stored value for column:bedroom:"Bed:4" The another value for column:bathroom:"Bath:2 Full,1 Partial" I need only the no 4 from the first column. I need only the no 2,1 from the second column. I used split array,but it also show array(0) has the value"bed:4" ..... Even though I highlight only 4,It is seleting the full value "bed 4".How can I get only the nos Thank you Uma