What is the Super Class of Exception in java?
Andesa Services, Benchmark, CitiGroup, CMC, Evergent, KOT Systems, Value Labs, Vijay infoart Solutions,
11 38039class A{ void me(){s.o.p("");} class B extends A{ void me() {s.o.p(" ");} class M{ A a=new B(); B b=new A(); a.me(); b.mne();} what is the output of this, how?
2 7935in a company 30% are supervisors and 40% employees are male if 60% of supervisors are male. what is the probability that a randomly choosen employee is a male or female?need steps to solve this?
TCS,
1 9517A, B and C are 8 bit nos. They are as follows: A 1 1 0 1 1 0 1 1 B 0 1 1 1 1 0 1 0 C 0 1 1 0 1 1 0 1 Find ( (A-B) u C )=? how to solve this need with steps
TCS,
5 23970While joining files if only two files are mentioned with jfile keyword, do we required to use join keyword????
2 4565Post New Programming Languages AllOther Questions
5. Which of the following can you do with DB2 Express- C? Query databases with SQL Query databases with XML using XQuery and XPath Use SQL in Xquery and Xquery in SQL All of the above
in network security,how we identified threat?some one say we found threat according to it's signature,but how we get signature or pattern of the virus?
Is buffer size and file block size is similar? If similar,at which case it will be same size?
I HAVE DONE TESTING TOOLS COURSE,NOW I AM FRESHER,I AM NOT GETTING ANY CALLS,I WANT TO DO THE PROJECT ,WHERE I HAVE TO MEET TO DO THE PROJECT,I AM GOING WITH FAKE EXPERIENCE,SO WHAT I HAVE TO DO.
Please describe an example where you used object orientation in one of your programs.
Is there any standard procedure to test the application as a whole? Or How can I test complete application right from the requirement gathering?
can any method return type may be constructor , or that method name allow
Hi I am Rathnam, How To Remove the duplicates with out using remove duplicate stage in the datastage
what are the 3 forms of a prolog term
can we use commit,rollback in triggers and how?
How do you initialize a static member of a class with return value of some function?
in IBM PC -AT.WAT AT REFERS TO?
How to connect to ms word wit VB ojective is to prepare s/w to generate question paper , selects questions randomly from the ms access , database
Explain the difference between an expert and a novice user. How would your strategy for designing user interfaces for an expert user differ from that for designing user interfaces for a novice user.
Write a program that prints the numbers from 1 to 100. But for multiples of three print "Fit" instead of the number and for the multiples of five print "Bit". For numbers which are multiples of both three and five print "FitBit".