if we have a column (Key) in a table. and values of that column is Key 1 1 1 2 2 3 3 4 4 5 5 5 and we want to show the data after query..like.. 1(3) 2(3) 3(2) 4(2) 5(3) how many times a single term comes..
17 19707How to get employee name from employee table which is the fiveth highest salary of the table
20 30069Map map = new HashMap(2); map.add(“1”,”one”); map.add(“2”,”two”); map.add(“3”,”three”); What will happen at this line?
5 16193Write down program for following scenario. Use java coding standard. You have array list with some words in it..we will call it as dictionary….and you have a arbitrary string containing some chars in it. You have to go through each word of dictionary and find out if that word can be constructed with the help of chars from arbitrary string given. If you find the word print it else print none.
2786Post New Rolta Interview Questions
What is the global api in angularjs?
How to use sql queries in winrunner/qtp?
what are the restrictions of web service accessing in silverlight?
What is the purpose of action interface in swing?
If we want to do online PT registration it starts from 2007-08. But our firm started 2005-06. What is the procedure? Manually we have to submit the documents. Can any one let me know.
Should I sign an individual cla or a corporate cla?
how long would you stay with videocon?
Give some examples of priority – severity defect levels.
Can we make a build in one step?
What is V8 JavaScript Engine?
What is a request object?
Can someone help to write testcase for the scenario as early as possible.: 1. Complaint logged since one week 2. complaint info sent to supervisor with high priorit mail 3. 10 users logged into website , performance could not be degraded ( response within 5 seconds) 4. site should be user protected. 5. it should be work with IE 6 IE 7 6. complaint log should be generated more than one week
What is the concept of inheritance and how it works in .net?
Can I run any transact-sql command on a partitioned table in sybase?
What is the difference between cocoa and cocoa touch?