There is a table1 with records (1,2,3,4,5,6) and table2 with records (4,5,6,7,8,9).write a query so as to get the result as 1,2,3,4,5,6,7,8,9
12 176611) There are 10 different threads in runnable state. Each having priority 1 to 10. How does the CPU schedules or executes these threads?
2 70752) Suppose there are 5 directories having lot of files (say txt files) in each directory. 2 things :- 2.1) You want to search for filenames which have a particular pattern. 2.2) Out of these filtered files you want to search for a particular keyword or a search string. How can you achieve this?
22673) Suppose you are a very rich person, having 50 rooms and you have lost the key for one of the room's. How effectively you can find this key? (Qs2 and Qs3 are related)
3 8867Suppose there is a System A which gives some output. This output is used as input by system B. The rate at which System A produces is faster than the rate at which system B consumes it. How can you improve this?
1 5729Suppose there is an Online shopping cart application having different objects like Cart, SelectionItem, Billing, COnfiguration, Authentication, Authorization, PersonalDetails etc. Out of this which one can be made a singleton pattern and why?
2 107027) Suppose there is Student class like class student { int age; string name; } We want to store these objects in a HashMap. Do we need to override any methods in Student class? If any which ones and why? what if i just override equals or just hashcode? what will be the results in both the cases?
4 9276Post New RBS Interview Questions
Do you know the concept of Bulls and Bears?
What is the process to update Managed solution?
What is a nested if statement?
Define Declaration block?
What are the types of files?
Where to maintain information like login, password and url?
Which interrupt in the 8086 has the highest priority?
Define what is a cola’s favorite food?
What is peoplesoft enterprise hrms integrations?
Explain archenteron?
char *a[2]; int const *p; int *const p; struct new { int a;int b; *var[5] (struct new)} Describe the statements in the above given construct ?
What is meant by tab pans?
What is the Structure of the IDoc?
Where can i get IFAM Banglore details, i came to know that there they are giving Accounts & Taxation Training on Real Projects, and they are providing Job after training. I got one number that is not reachable i.e 9591777526. Please give me if any one knows this Institute details.
Tell me what is the difference between calling super() and super call?