Curioustab
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Technology Questions
Explain static and dynamic memory allocation with an example each.
Why static methods cannot access non static variables or methods?
What is String Args in Java?
The syntax of capture events method for document object is..
What is the role of the JIT compiler in .NET Framework?
Which of the following gives the memory address of the first element in array?
What JSON framework is supported by iOS (iPhone OS) ?
What are the features added in iOS 9 ?
What is the purpose of UIWindow object?
Write an SQL Query to check whether date passed to Query is date of given format or not.
Explain electronic payment procedure.
A piece of icon or image on a web page associated with another webpage is called
What is conversion operator ?
What are the support tickets given in SAP fico module? please give some examples.
How can we display the output directly to the browser?
Difference between %TYPE and %ROWTYPE.
What is Interpreter in Java?
Which object is create by UIApplicationMain function at app launch time?
What is meaning of following declaration? int(*p[5])();
When should we use container classes instead of arrays?
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70