6.int x=10;
float y=20;
a=x%2=?
b=y%2=?
explain how to make a control visible and invisible during runtime
Which design patterns have you used?
What function would you use to extract characters from a given string?
Info for guidewire documents and interview questions
Given a cube of size n*n*n (i.e made up of n^3 smaller cubes), find the number of smaller cubes on the surface. Extend this to k-dimension.
ok how would i do the following extract from a file i have ssns = 267907230 which are in column 7 into a separate data set then create a 2nd job step to extract from the data set created the following "fund code" which is in column 31 and is 113 into yet another data set
9.Difference between even and odd signals?explain with the diagram?
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?
Can any one give an example (Source Code) on virtual function implemetation in Java?
what are the missinschema properties and should we pass primary key in select command
what is the difference between primary key and unique key?
What is the difference between COM and CORBA?