Hi all...
I had completed MSC(Computer) and had join the construction
company based on sap.they want me to work on abap.but
software company is totally different from construction
company and they want me 2 grasp it as fast i can.i am
finding it difficult.what should i do??????
No Answer is Posted For this Question
Be the First to Post Answer
Artficial language is provided which of the language?
why we use abstract in awt?
in a company 30% are supervisors and 40% employees are male if 60% of supervisors are male. what is the probability that a randomly choosen employee is a male or female?need steps to solve this?
write a program on c(or)c++(or)java language i.e if i have 5 numbers like (10,24,3,9,15) i want to display highest number from these numbers
Definition of Singleton Class? what is the Purpose of it? what is the advantage?
Is there any standard procedure to test the application as a whole? Or How can I test complete application right from the requirement gathering?
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?
what is the use of check point
kindly send interview materials
While joining files if only two files are mentioned with jfile keyword, do we required to use join keyword????
Can i please VHDL code for D-Latch with clear input ?? (HINT: Set up a “Process” with appropriate sensitivity list to get the desired D-Latch with Clr working.) Inputs and Outputs: entity Lab4b is Port ( Clr, Clk, D : in STD_LOGIC; Q : out STD_LOGIC); end Lab4b;
what is difference between c and C#