Hi guyes,
I have cleared 2 technical rounds with cts for liferay
and java techonologies, i have client round next week,
please tell me how to prepare for this what questions i
should be ready to face?
No Answer is Posted For this Question
Be the First to Post Answer
sample and simple coding where we get?
they asked me about srs (software requirement specifcation)? how can i get anydocumentation about srs & other documnts infomation like bdd, in testing? its urgent?
19. Given a system that is described with the following equation, X=A+(B.(A̅+C)+C)+A.B.(D̅+E̅) a) Simplify the equation using Boolean Algebra. b) Implement the original and then the simplified equation with a digital circuit. c) Implement the original and then the simplified equation in ladder logic.
what is the work of 1tier,2tier,&ntier? Plz Explain it!
in IT trend mantis meant what? how to know mantis in IT trends? detail description about mantis?
0 Answers Sacred Heart College,
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..
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?
When will you use shell script/Perl ahead of C/C++?
how to avoid java script validation in client side validation?
9.Difference between even and odd signals?explain with the diagram?
What is the difference between save and create method of activerecord?
how do i create my own exception class which will restrict IO exception?