Answer Posted / ruruja
using unix command....
$Uname -r
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
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.
I have try to write a record in a TDQ from a fle.... what are the steps to do... can anybody plz come with a solution
what is delegate and delegation model give the real live example on delegate model
what are the 3 forms of a prolog term
what is the difference between uservariables and systemvariables (in Environmental variables)???
When we use Windows authentication mode
Compare any 4 software development life cycle paradigms with each other. Indicate at least one application for each of the paradigms that are suitable to developed using that paradigm.
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?
Diff between IF and where ?
How does the type system works when there is interoperability between a COM and .Net, i mean what exactly happens there
what is the main usage of an abstract keyword?please follow the program class A { void display() { System.out.println("hai"); } void print() { } } class B extends A { void print() { System.out.println("Hello"); } } In this program i was gives the implementation of print() according to my requirements in subclass.And there is no definition in superclass then why we can use abstract keyword before a method that i want to gives definition in other classes,is any mistakes in the above usage of method?
i want to improve my english vocab for racking campus written exam plz tell me best book for prepration......
I m new to the dbms. Recently i came across words clustered indexes & nonclustered indexes but i dont know what is this all about & whats the difference between them.. So please help me!!!!!!!!
what are the missinschema properties and should we pass primary key in select command
WHat is execution in manual testing and when will we start execution and what language we use in execution