Curioustab
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Home
»
Interview
»
Technology
What is the maximum number of Triggers can be applied in a table ?
8
9
12
14
Correct Answer:
12
Explanation:
We can apply at max of 12 triggers in a table.
← Previous Question
Next Question→
More Questions from
Technology
What is difference between Path and Classpath?
Is Java a pure object oriented language?
How to define a constant variable in Java?
What is the access scope of a protected method?
What is the impact of declaring a method as final?
Which of the following is not used for commenting in java?
Which is true?
class Hell { public static void main(String[] args) { Integer i = 42; String s = (i<40)?"life":(i>50)?"base":"ball"; System.out.println(s); } }
try { int x = Integer.parseInt("two"); } Which could be used to create an appropriate catch block?
Difference between Java Beans & Servlets?
Discussion & Comments
No comments yet. Be the first to comment!
Name:
Comment:
Post Comment
Join Discussion
Discussion & Comments