|Home |Login |Registration |Struts Step by Step Tutorial |Hibernate Step by Step Tutorial |Spring Step by Step Tutorial |JSP Step by Step Tutorial |JDBC Step by Step Tutorial |Web Services Step by Step Tutorial |EJB fundamentals | ORACLE Step by Step Tutorial | SCJP 5.0 and SCJP 6.0 Study Guide | SCWCD 5.0 Study Guide | SCJP Tips
Java mock test | SCJP mock test | SCJP DUMP | SCBCD mock test | SCWCD mock test | JSP mock test | ORACLE mock test | OCP mock test | Hibernate mock test | Servlet mock test | Struts mock test | EJB mock test | C mock test | C++ mock test | Aptitude mock test | PMP mock test Exam |Java online test exam | JSP online test exam | ORACLE online test exam | Hibernate online test exam | Servlet online test exam | Struts online test exam | EJB online test exam | C online test exam | C++ online test exam | Aptitude online test exam

TechFAQ360 introduces Corporate Trainings for Java, J2EE, Hibernate, Spring , Struts , Webservices and EJB


Download java,jsp,servlet,hibernate,spring,jdbc,jms,struts,EJB,oracle,c,c++,informatica interview questions and answers in pdf format


Download 1600 PMP Questions Free


Download 800 SCJP Questions Free


Download 600 SCWCD Questions Free

Ads

Free openERP, openBarvo, openTaps , OfBiz and Java Services


Hospital Management ERP and Hotel Management ERP

                                                                                                                                                    
Add/View Reviews , Comments
                          

Tutorials

Best Indepth Java Tutorials OCA Exam Kit
Freshers/Beginners Interview Questions and Answers
Java Mock test JSP Mock test ORACLE Mock test Hibernate Mock test Servlet Mock test Struts Mock test C Mock test C++ Mock test Aptitude Mock test

(1)  

(2)  Techincal paper in Campus

(3)  Campus Papers on C C++ Small programs o/p

(4)  C C++ and Data Structure Questions

(5)  Amazon sample Questions for Freshers

(6)  Common Questions asked on C, C++, Java, OOPs, DBMS, Oracle etc.

(7)  Stack and Queue Questions and Answers

(8)  DBMS Set - 3

(9)  What is encapsulation??

(10)  What is inheritance?

(11)  What is Polymorphism??

(12)  What is constructor or ctor?

(13)  What is destructor?

(14)  What is default constructor?

(15)  What is copy constructor? and copy constructors called?

(16)  What is assignment operator?

(17)  What is conversion constructor?

(18)  What is conversion operator??

(19)  What is diff between malloc()/free() and new/delete?

(20)  What is the diff between "new" and "operator new" ?

(21)  What are storage qualifiers in C++ ?

(22)  What is reference ??

(23)  When do use "const" reference arguments in function?

(24)  When are temporary variables created by C++ compiler?

(25)  What is virtual function?

(26)  What is pure virtual function? or what is abstract class?

(27)  What is Memory alignment??

(28)  What problem does the namespace feature solve?

(29)  What is the use of 'using' declaration?

(30)  What is an Iterator class?

(31)  What is a dangling pointer?

(32)  What do you mean by Stack unwinding?

(33)  Name the operators that cannot be overloaded??

(34)  What is a container class? What are the types of container classes?

(35)  What is inline function??

(36)  What is overloading??

(37)  What is Overriding?

(38)  What is "this" pointer?

(39)  What happens when you make call "delete this;" ??

(40)  What is name mangling in C++??

(41)  What is the difference between a pointer and a reference?

(42)  How are prefix and postfix versions of operator++() differentiated?

(43)  What is the difference between const char *myPointer and char *const myPointer?

(44)  How can I handle a constructor that fails?

(45)  How can I handle a destructor that fails?

(46)  What is Virtual Destructor?

(47)  Can you think of a situation where your program would crash without reaching the breakpoint which you set at the beginning of main()?

(48)  Can you overload a function based only on whether a parameter is a value or a reference?

(49)  What are the differences between a C++ struct and C++ class?

(50)  What does extern "C" int func(int *, Foo) accomplish?

(51)  How do you access the static member of a class?

(52)  What is multiple inheritance(virtual inheritance)? What are its advantages and disadvantages?

(53)  What are the access privileges in C++? What is the default access level?

(54)  hat is a nested class? Why can it be useful?

(55)  What is a local class? Why can it be useful?

(56)  Can a copy constructor accept an object of the same class as parameter, instead of reference of the object?

(57)  How do you write a function that can reverse a linked-list?

(58)  How do you find out if a linked-list has an end? (i.e. the list is not a cycle)

(59)  What is encapsulation??

(60)  What is inheritance?

(61)  What is Polymorphism??

(62)  What is constructor or ctor?

(63)  What is destructor?

(64)  What is default constructor?

(65)  What is copy constructor? and copy constructors called?

(66)  What is assignment operator?

(67)  What is conversion constructor?

(68)  What is conversion operator??

(69)  What is diff between malloc()/free() and new/delete?

(70)  What is the diff between "new" and "operator new" ?

(71)  What are storage qualifiers in C++ ?

(72)  What is reference ??

(73)  When do use "const" reference arguments in function?

(74)  When are temporary variables created by C++ compiler?

(75)  What is virtual function?

(76)  What is pure virtual function? or what is abstract class?

(77)  What is Memory alignment??

(78)  What problem does the namespace feature solve?

(79)  What is the use of 'using' declaration?

(80)  What is an Iterator class?

(81)  What is a dangling pointer?

(82)  What do you mean by Stack unwinding?

(83)  Name the operators that cannot be overloaded??

(84)  What is a container class? What are the types of container classes?

(85)  What is inline function??

(86)  What is overloading??

(87)  What is Overriding?

(88)  What is "this" pointer?

(89)  What happens when you make call "delete this;" ??

(90)  What is name mangling in C++??

(91)  What is the difference between a pointer and a reference?

(92)  How are prefix and postfix versions of operator++() differentiated?

(93)  What is the difference between const char *myPointer and char *const myPointer?

(94)  How can I handle a constructor that fails?

(95)  How can I handle a destructor that fails?

(96)  What is Virtual Destructor?

(97)  Can you think of a situation where your program would crash without reaching the breakpoint which you set at the beginning of main()?

(98)  Can you overload a function based only on whether a parameter is a value or a reference?

(99)  What are the differences between a C++ struct and C++ class?

(100)  What does extern "C" int func(int *, Foo) accomplish?

(101)  How do you access the static member of a class?

(102)  What is multiple inheritance(virtual inheritance)? What are its advantages and disadvantages?

(103)  What are the access privileges in C++? What is the default access level?

(104)  hat is a nested class? Why can it be useful?

(105)  What is a local class? Why can it be useful?

(106)  Can a copy constructor accept an object of the same class as parameter, instead of reference of the object?

(107)  How do you write a function that can reverse a linked-list?

(108)  How do you find out if a linked-list has an end? (i.e. the list is not a cycle)

(109)  What is encapsulation??

(110)  What is inheritance?

(111)  What is Polymorphism??

(112)  What is constructor or ctor?

(113)  What is destructor?

(114)  What is default constructor?

(115)  What is copy constructor? and copy constructors called?

(116)  What is assignment operator?

(117)  What is conversion constructor?

(118)  What is conversion operator??

(119)  What is diff between malloc()/free() and new/delete?

(120)  What is the diff between "new" and "operator new" ?

(121)  What are storage qualifiers in C++ ?

(122)  What is reference ??

(123)  When do use "const" reference arguments in function?

(124)  When are temporary variables created by C++ compiler?

(125)  What is virtual function?

(126)  What is pure virtual function? or what is abstract class?

(127)  What is Memory alignment??

(128)  What problem does the namespace feature solve?

(129)  What is the use of 'using' declaration?

(130)  What is an Iterator class?

(131)  What is a dangling pointer?

(132)  What do you mean by Stack unwinding?

(133)  Name the operators that cannot be overloaded??

(134)  What is a container class? What are the types of container classes?

(135)  What is inline function??

(136)  What is overloading??

(137)  What is Overriding?

(138)  What is "this" pointer?

(139)  What happens when you make call "delete this;" ??

(140)  What is name mangling in C++??

(141)  What is the difference between a pointer and a reference?

(142)  How are prefix and postfix versions of operator++() differentiated?

(143)  What is the difference between const char *myPointer and char *const myPointer?

(144)  How can I handle a constructor that fails?

(145)  How can I handle a destructor that fails?

(146)  What is Virtual Destructor?

(147)  Can you think of a situation where your program would crash without reaching the breakpoint which you set at the beginning of main()?

(148)  Can you overload a function based only on whether a parameter is a value or a reference?

(149)  What are the differences between a C++ struct and C++ class?

(150)  What does extern "C" int func(int *, Foo) accomplish?

(151)  How do you access the static member of a class?

(152)  What is multiple inheritance(virtual inheritance)? What are its advantages and disadvantages?

(153)  What are the access privileges in C++? What is the default access level?

(154)  hat is a nested class? Why can it be useful?

(155)  What is a local class? Why can it be useful?

(156)  Can a copy constructor accept an object of the same class as parameter, instead of reference of the object?

(157)  How do you write a function that can reverse a linked-list?

(158)  How do you find out if a linked-list has an end? (i.e. the list is not a cycle)

(159)  Different Pointers in C

The information you are posting should be related to java and ORACLE technology. Not political. Your Ad Here