Skip to main content

Freshers & Experienced Openings July 2024

https://www.pharmatutor.org/content/july-2024/biocon-biologics-walk-in-drive-for-mpharm-bpharm-msc-in-qa-qc-manufacturing

Java J2EE Interview Questions and Answers - Part 1

  1. What is the difference between procedural and object-oriented programs?- a) In procedural program, programming logic follows certain procedures and the instructions are executed one after another. In OOP program, unit of program is object, which is nothing but combination of data and code. b) In procedural program, data is exposed to the whole program whereas in OOPs program, it is accessible within the object and which in turn assures the security of the code.
  2. What are Encapsulation, Inheritance and Polymorphism?- Encapsulation is the mechanism that binds together code and data it manipulates and keeps both safe from outside interference and misuse. Inheritance is the process by which one object acquires the properties of another object. Polymorphism is the feature that allows one interface to be used for general class actions.
  3. What is the difference between Assignment and Initialization?- Assignment can be done as many times as desired whereas initialization can be done only once.
  4. What is OOPs?- Object oriented programming organizes a program around its data, i. e. , objects and a set of well defined interfaces to that data. An object-oriented program can be characterized as data controlling access to code.
  5. What are Class, Constructor and Primitive data types?- Class is a template for multiple objects with similar features and it is a blue print for objects. It defines a type of object according to the data the object can hold and the operations the object can perform. Constructor is a special kind of method that determines how an object is initialized when created. Primitive data types are 8 types and they are: byte, short, int, long, float, double, boolean, char.
  6. What is an Object and how do you allocate memory to it?- Object is an instance of a class and it is a software unit that combines a structured set of data with a set of operations for inspecting and manipulating that data. When an object is created using new operator, memory is allocated to it.
  7. What is the difference between constructor and method?- Constructor will be automatically invoked when an object is created whereas method has to be called explicitly.
  8. What are methods and how are they defined?- Methods are functions that operate on instances of classes in which they are defined. Objects can communicate with each other using methods and can call methods in other classes. Method definition has four parts. They are name of the method, type of object or primitive type the method returns, a list of parameters and the body of the method. A method’s signature is a combination of the first three parts mentioned above.
  9. What is the use of bin and lib in JDK?- Bin contains all tools such as javac, appletviewer, awt tool, etc., whereas lib contains API and all packages.
  10. What is casting?- Casting is used to convert the value of one type to another.
  11. How many ways can an argument be passed to a subroutine and explain them?- An argument can be passed in two ways. They are passing by value and passing by reference. Passing by value: This method copies the value of an argument into the formal parameter of the subroutine. Passing by reference: In this method, a reference to an argument (not the value of the argument) is passed to the parameter.
  12. What is the difference between an argument and a parameter?- While defining method, variables passed in the method are called parameters. While using those methods, values passed to those variables are called arguments.
  13. What are different types of access modifiers?- public: Anything declared as public can be accessed from anywhere. private: Anything declared as private can’t be seen outside of its class. protected: Anything declared as protected can be accessed by classes in the same package and subclasses in the other packages. default modifier : Can be accessed only to classes in the same package.
  14. What is final, finalize() and finally?- final : final keyword can be used for class, method and variables. A final class cannot be sub classed and it prevents other programmers from sub classing a secure class to invoke insecure methods. A final method can’t be overridden. A final variable can’t change from its initialized value. finalize() : finalize() method is used just before an object is destroyed and can be called just prior to garbage collection. finally : finally, a key word used in exception handling, creates a block of code that will be executed after a try/catch block has completed and before the code following the try/catch block. The finally block will execute whether or not an exception is thrown. For example, if a method opens a file upon exit, then you will not want the code that closes the file to be bypassed by the exception-handling mechanism. This finally keyword is designed to address this contingency.
  15. What is UNICODE?- Unicode is used for internal representation of characters and strings and it uses 16 bits to represent each other.

Comments

Popular Posts

DOT NET Interview Questions with Answers

When not to use Design Patterns? Do not use design patterns in any of the following situations. • When the software being designed would not change with time. • When the requirements of the source code of the application are unique. If any of the above applies in the current software design, there is no need to apply design patterns in the current design and increase unnecessary complexity in the design. When to use Design Patterns? Design Patterns are particularly useful in one of the following scenarios. • When the software application would change in due course of time. • When the application contains source code that involves object creation and event notification. Benefits of Design Patterns: The following are some of the major advantages of using Design Patterns in software development. • Flexibility • Adaptability to change • Reusability What are Design Patterns? A Design Pattern essentially consists of a p...

One-Click Video Chats

Meet Face to Face Online Hang out with co-workers and teams. Run as many meetings as you want. No software or signups needed. Best of all, it's free. Simple One-Click Video Chats from Meetings.io Meetings.io starts a video chat between you and up to five people in two simple steps: 1. Press button to generate link to video chat; 2. Share link. That's it. No registering, no logging in, no screen names to remember. Just click and start. The screen automatically resizes to accommodate participants as they come and go, and there are cool little add-ons like a notepad for personal memos and a messenger space for personal comments. Go Visit http://meetings.io --------------------------------------------------- Sourced from Netted by the Webbys

Freshers & Experienced Openings July 2024

https://www.pharmatutor.org/content/july-2024/biocon-biologics-walk-in-drive-for-mpharm-bpharm-msc-in-qa-qc-manufacturing

Streak

Streak – CRM Inside Your Inbox Many of the busiest professionals spend the majority of their days sifting through emails and responding to the most urgent matters. Streak is an application that can make the time people spend going through their email inboxes more efficient and effective. The web-app puts CRM tools right inside its users' Gmail inboxes, making it easy to complete deals and manage client relationships without clicking around from tab to tab. Streak can be used for sales management, bug tracking, customer support, or hiring, just to name a few of the many uses for this innovative tool. If you're the kind of person who spends most of your time browsing through an overflowing inbox, then you'll want to give Streak a try. To get started, add Streak to your browser – the app only works on Google Chrome at the current time – login to your account, and then visit your Gmail inbox. Streak will group the emails in your inbox by customer, making it easy to ...

PDF Presenter

PDF Presenter, an open-source, java-based utility, lets you display PDF documents the same way you'd present PPT (or PPTX) slideshows. Not only that, but you can also annotate your documents with an integrated Pen, Marker and Text Box tool. In addition, it provides you with an option to view your PDF documents (or a Whiteboard) in full screen mode. It works on Microsoft Windows, Mac OSX and Linux operating systems, requires latest JRE (Java Runtime Environment) installed. http://pdfpresenter.sourceforge.net/

Contact Form

Name

Email *

Message *