how to generate dsnless connectivity in j2ee
No Answer is Posted For this Question
Be the First to Post Answer
write a program for finding the union of two integer array in java?
how to stop execution of step 3 in a job mainframe
Why multiple inheritance is removed in java?
how do i add a column dynamically in a table by using java application?
how to study PHP my own? i reffered many sites.. but as being a fresher i couldnt follow those... which site will be the best one?
will it allow to add same value in HashMap class.
Given: coordinates of rectangle-> left bottom and right top points. the rectangles create a hole.Find the maximum area of the hole. eg. 4 rectangles create a hole in between. find its area.
When will you use shell script/Perl ahead of C/C++?
Write a function which accepts a sentence as input parameter.Each word in that sentence is to be reversed. Space should be there between each words.Return the sentence with reversed words to main function and produce the required output. for eg:- i/p: jack jill jung kill o/p: kcaj llij gnuj llik
what is throws keyword
You are given some denominations of coins in an array (int denom[])and infinite supply of all of them. Given an amount (int amount), find the minimum number of coins required to get the exact amount. What is the method called?
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.