public static void main(String args[])
describe it
No Answer is Posted For this Question
Be the First to Post Answer
in teradata level primary in table level allows duplicates why?
how can i create report in abap to insert data in table pa0002 using insert command
if there are n nodes in a binary tree, how many null pointers are there?
One boy has to climb steps. He can climb 1 or 2 steps at a time. Write a function that will returns number of way a boy can climb the steps. Int WaytoSteps(int n) (eg:- suppose number of steps is n=4 ,the function will return 5 (one-one-one-one ,one-one-two, one-two-one-,two-one-one, two-two)
what is the purpose of checked Menu options
3. . Explain the Cache memory? What is the advantage of a processor having more cache memory?
SAS question: I have 50 fils a1,a2,...,a50. the primary key is upc. then if i want to merge all 50 files, the code is as follows, data test; merge a1 ... a50; by upc; run; we know that writing all 50 files name is time consuming, is there any standard format of this code?
what is the extension of SPDS Dynamic cluster tables?
What's the difference b/w Table & Templete in Smartform?
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?
What is meant by QUEUE?
what is delegats ?