Write a Program to truncate a given floating point value (e.g.16.25=16).
No Answer is Posted For this Question
Be the First to Post Answer
1.What happens to a session object when the browser associated with it is closed? 2. Explain what happens when a servlet is sent a POST request? 3. Why does only one copy of a servlet get created? 4. Explain what happens when a browser requests a servlet? (for the first time) 5.How is information stored in a session object?
How can you print an address of a variable?
Write a code snippet to display an integer in a binary format?
how to test the orientation of the layout in android.to note any changes in the ui design when change orientation
Write a program in prolog to compute the factorial of a number using iteration/tail recursion?
Hello, Can anyone tell me the source code for FLAMES game in Control Language Programming(CLP)of AS/400.
Write code to add functions, which would work as get and put properties of a class?
Write a Program to find whether the given number is a Armstrong number.
find out the list of users who have access to all t-codes starts with 'SU'? thanks in advance all.
i wrote from two tables (employee and department) 1.select * from employee,department; (it is cartesian product) but 2.select * from employee department; (?????????????????) by default it displays the employee table,what is the reason it is not taking department ??? mail @ mak2786@gmail.com Arunkumar
Hi, I want the code to fetch multiple rows in REXX using RLX and CURSOR. Can anyone help me?
Write code that allows to create only one instance of a class?