How can you incorporate a Datawindow to a Oracle8i stored
procedure?
THE CHANNEL IN DATA COMMUNICATION CAN BE?
Suppose i have all the implementation code required is written in doGet() but my class has doPost() method. i need code implemented in doGet() how can we do that?
How to call a C++ function which is compiled with C++ compiler in C code?
what is difference between restoring and non restoring division?
what is the difference between set and append?
A good website has the following conditions It should be interactive. It should contain at least 20 images. Title cannot be null and should contain at least 10 letters other than spaces and hyphen (-). The keywords should contain atleast three among the following list : "design", "Graphics", "lovely", "beautiful", "amazing" and "mesmerising" Write a method: boolean isGoodWebsite(boolean isInteractive, int numOfImages, String title,String keywords[]) isInteractive whether the site is interactive or not numOfImages Number of images on the website title Title of the website keywords Array of keywords in the website.
Write a program to find factorial of a number using functions
While joining files if only two files are mentioned with jfile keyword, do we required to use join keyword????
What is the output of the following x = "abcdef" i = "a" for i in x: print(i), a) no output b) i i i i i i … c) a a a a a a … d) a b c d e f
how does database connection using ADO.NET?
what is meant by trigger?
how can we implement locks in plsql?