core java interview question
55. Why does Java not support operator overloading? Operator overloading makes the code very difficult to read and maintain. To […]
55. Why does Java not support operator overloading? Operator overloading makes the code very difficult to read and maintain. To […]
49. Why is an Interface be able to extend more than one Interface but a Class can’t extend more than
43. Can a abstract class be defined without any abstract methods? Yes it’s possible. This is basically to avoid instance
37. What is the importance of static variable? static variables are class level variables where all objects of the class
31. Can you give few examples of final classes defined in Java API? java.lang.String, java.lang.Math are final classes. 32. How
25. Can a class declared as private be accessed outside it’s package? Not possible. 26. Can a class be declared
13. What are instance variables? Instance variables are those which are defined at the class level. Instance variables need not
7. What is the base class of all classes? java.lang.Object 8. Does Java support multiple inheritance? Java doesn’t support multiple
Junior Engineer (Chemical) Hiring Organisation: GAIL (India) Limited Salary: INR Rs.16,300 – 38,500/- Address: GAIL Bhawan, 16, Bhikaiji Cama Place,
13. What are the advantages of cloud services? Some of the advantages of cloud service are given as follows: Helps
7. What is the AppFabric component? The AppFabric component is used to create access control and distribute messages across clouds
1. What is cloud computing? The cloud computing is the computing which is completely based on the Internet. It can
19. Which utility allows you to reference an assembly in an application? An assembly can be referenced by using the
13. What is the significance of the Strong Name tool? The Strong Name utility (sn.exe) helps in creating unique public-private
7. Is versioning applicable to private assemblies? No, versioning is not applicable to private assemblies as these assemblies reside in
1. What is an assembly? Assemblies are the basic building blocks required for any application to function in the .NET
7. Is versioning applicable to private assemblies? No, versioning is not applicable to private assemblies as these assemblies reside in
1. What is an assembly? Assemblies are the basic building blocks required for any application to function in the .NET
13. What is the need of Copy Web Site? Copy Web Site is a tool used to deploy the Web
7. How can you determine whether you should deploy the application or publish the application? If you want to host
1. What is deployment? Deployment refers to the distribution of an application among various end-users. It is a process that
37. What are the different ways to pass parameters to the server? We can pass parameters to the server using
31. What is the use of the ScriptManager control in AJAX? The ScriptManager control is a core control that performs
25. What is the role of the ScriptManagerProxy control? A Web page cannot contain more than one ScriptManager control. You
19. Can we call server-side code from JavaScript? Yes, page methods and Web services are the two techniques to call