what are the top level class of interface in java?
Answers were Sorted based on User's Feedback
NO, Default top level class for Interface in java .
| Is This Answer Correct ? | 0 Yes | 0 No |
what will be the model paper for the post of assistant programmer in delhi high court
hi all, i need ur help in preparing a sql which performs scd2, i mean i have a scd2 mapping i need a sql which can give me same result as scd2 mapping, SRC table: cust_no, loc 01 abc 02 xyz TGT table: pm_ky cust_no loc current_flag 1 01 abc Y 2 02 xyz Y cust 1 has changed his loc to xyz then it loads into TGT table as below, pm_ky cust_no loc current_flag 1 01 abc N 2 02 xyz Y 3 01 xyz Y i need sql to get the above result, hope got me question, Any suggestion will be appreciate.. thanks, Vinod
Which tag is used to create table row
Write a shell program where you enter a number which corresponds to K.M. Find out the corresponding values in m, cm, inches, and feet. Hints:- 1 k.m= 1000 m 1 m= 100 cm 1 inches= 2.54 cm. 1 feet= 12 inches
Suppose server object is not loaded into the memory, and the client request for it , what will happen?
Write a program to find duplicate number from array in minimum time complexity.
how to add Servlet-api.jar file into eclipse 3.3.2 ?
what is apt_dump_score in datastage where it is useful
I have try to write a record in a TDQ from a fle.... what are the steps to do... can anybody plz come with a solution
Given an array of size n. It contains numbers in the range 1 to n. Find the numbers which aren?t present.
How same session variable can be used in both Asp and Asp.net?
Given n red balls and m blue balls and some containers, how would you distribute those balls among the containers such that the probability of picking a red ball is maximized, assuming that the user randomly chooses a container and then randomly picks a ball from that.