technical interview questions and process
No Answer is Posted For this Question
Be the First to Post Answer
what is jackson structured develepment?? and how is it different from OMT??
In OB52 , How to define two open posting period, Like only 5 and 8 posting should be open.. should not open 6 and 7..period..
when will triggars the at new event in abap and web dybn pro?
what is programming language?
How to call static method in Java?
what will we require to build project with the help of oracle
Write a program to find whether a given number is prime or not.
what are the top level class of interface in java?
What do you meant by Runtime Polymorphism?
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.
What are the Advantages of HashMap over Vector?
What is the output of the following x = "abcdef" i = "a" for i in x: print(i), a) no output b) i i i i i i … c) a a a a a a … d) a b c d e f