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 10309How to get employee name from employee table which is the fiveth highest salary of the table
20 16009Map map = new HashMap(2); map.add(“1”,”one”); map.add(“2”,”two”); map.add(“3”,”three”); What will happen at this line?
5 11543Write 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.
1860Post New Rolta Interview Questions
Compare linux & windows?
How many records can a select query return? How many records can a sosl query return?
What is xsl text?
Performance tuning( what you did in performance tuning)
What is PureComponent? When to use PureComponent over Component?
pls tell me , what is the water content
> symbol is used to redirect the output of a command. State Whether True or False?
Tell us do you have any idea about service tax or excise?
what are all contain highlevel api?
How do you find the second largest element in an array of integers?
Which of scm applications support use of alert monitor? : supply chain management
how find the cut length of tringular ring and any formula find out the quantity of circular brick work
What is the use of endl in c++?
How to remove leading and trailing spaces from user input values?
What are the storage classes in C?