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 3

  1. What is a cloneable interface and how many methods does it contain?- It is not having any method because it is a TAGGED or MARKER interface.
  2. What is the difference between abstract class and interface?- a) All the methods declared inside an interface are abstract whereas abstract class must have at least one abstract method and others may be concrete or abstract. b) In abstract class, key word abstract must be used for the methods whereas interface we need not use that keyword for the methods. c) Abstract class must have subclasses whereas interface can’t have subclasses.
  3. Can you have an inner class inside a method and what variables can you access?- Yes, we can have an inner class inside a method and final variables can be accessed.
  1. What is the difference between String and String Buffer?- a) String objects are constants and immutable whereas StringBuffer objects are not. b) String class supports constant strings whereas StringBuffer class supports growable and modifiable strings.
  2. What is the difference between Array and vector?- Array is a set of related data type and static whereas vector is a growable array of objects and dynamic.
  3. What is the difference between exception and error?- The exception class defines mild error conditions that your program encounters. Exceptions can occur when trying to open the file, which does not exist, the network connection is disrupted, operands being manipulated are out of prescribed ranges, the class file you are interested in loading is missing. The error class defines serious error conditions that you should not attempt to recover from. In most cases it is advisable to let the program terminate when such an error is encountered.
  1. What is the difference between process and thread?- Process is a program in execution whereas thread is a separate path of execution in a program.
  2. What is multithreading and what are the methods for inter-thread communication and what is the class in which these methods are defined?- Multithreading is the mechanism in which more than one thread run independent of each other within the process. wait (), notify () and notifyAll() methods can be used for inter-thread communication and these methods are in Object class. wait() : When a thread executes a call to wait() method, it surrenders the object lock and enters into a waiting state. notify() or notifyAll() : To remove a thread from the waiting state, some other thread must make a call to notify() or notifyAll() method on the same object.
  3. What is the class and interface in java to create thread and which is the most advantageous method?- Thread class and Runnable interface can be used to create threads and using Runnable interface is the most advantageous method to create threads because we need not extend thread class here.
  1. What are the states associated in the thread?- Thread contains ready, running, waiting and dead states.
  2. What is synchronization?- Synchronization is the mechanism that ensures that only one thread is accessed the resources at a time.
  3. When you will synchronize a piece of your code?- When you expect your code will be accessed by different threads and these threads may change a particular data causing data corruption.
  1. What is deadlock?- When two threads are waiting each other and can’t precede the program is said to be deadlock.
  2. What is daemon thread and which method is used to create the daemon thread?- Daemon thread is a low priority thread which runs intermittently in the back ground doing the garbage collection operation for the java runtime system. setDaemon method is used to create a daemon thread.
  3. Are there any global variables in Java, which can be accessed by other part of your program?- No, it is not the main method in which you define variables. Global variables is not possible because concept of encapsulation is eliminated here.

Comments

Popular Posts

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

Wise Disk Cleaner

Wise Disk Cleaner is a free disk utility designed to help you keep your disk clean by deleting any unnecessary files. Wise Disk Cleaner, with its intuitive and easy to use interface, helps to quickly wipe out all the junk files. It works quite fast while scanning for files and deleting them. The developers aver that it the first system slimming tool that removes Windows useless files, Windows Sample music, videos, pictures, Installers and Uninstallers of Updates Patches etc. Wise Disk Cleaner supports Windows XP/Vista /7/8 (All Editions, including 32-bit and 64-bit) and server 2000, 2003 and 2008. http://www.wisecleaner.com/soft/WDCFree.exe

Java, Developer / Sr. Developer WALK-IN Mumbai & Bangalore on Saturday 10th March 2012

Our next WALK-IN event for experienced software professionals is scheduled in Mumbai & Bangalore on Saturday 10 th March 2012 as per details below. Qualification            :   B.Sc / BCA / B.E / B Tech / MCA / Post Graduate Selection process   :   Technical Test (up to 4 years Relevant Experience) + Interviews Date : March 10, 2012 (Saturday)            Event   Location : Mumbai                          Time : 10am to 3pm Role      :  Developer     Skills     :   Java, JSP, Servlets with Struts /                    Springs / GWT   Work Location   : Mumbai   Relevant Exp     : 1 - 4 Yrs Venue : Oracle Financial Services Software Ltd, Oracle Park, Off Western Express Highway, Goregaon (East), Mumbai 400 063.   Contact Number : +91-22-6718 4000 Date : March 10, 2012 (Saturday)            Event   Location : Bangal...

Freeware / Free Software's 1 Jul 2010

Cloud Scanner Comodo Cloud Scanner (CCS) is an online service which can quickly and accurately identify malware, viruses, junk files, registry errors and hidden processes that may be lurking in a computer. Comodo Cloud Scanner audits all processes that are running on a computer then verifies them in real time with its 'live' database. Its features include: Detects malware and suspicious files, discovers privacy issues & identity traces, reveals corrupt, unwanted and invalid registry entries, Identifies junk files on a disk, and detects hidden processes running in a computer. Cloud Scanner, a small download, takes up minimal disk space and RAM, for Windows XP, Windows Vista, Windows 7, and Windows Server 2003/ 2008, can be downloaded at http://www.comodo.com/home/download/download.php?prod=cloud-scanner At a cost Comodo also offers 24/7 LivePCSupport, a tech support expert's service, to optimize a computer. Explorer++ Explorer++ is for power users and ...

Special Referral Campaign for Freshers!

namaskara, 2009 passout freshers ge udyoga avakaasha ide.  kelsakke bekagiruva vivara higide. idakke sari honduvaru iddare nanange  varrav22@yahoo.co.in nimma minche kaluhisi. The Process:   1.     Fill in the attached excel-sheet with the details of the candidates that you are referring – This is mandatory!   2.      And not to forget – They should be a B.E./M.Tech/MCA. The branches are – Computer Science, ECE, EEE, IT and they should be a 2009 or later pass out and should have got at least 70% or 7 CGPA   3.      There will be a written test of 2 hour duration consisting of – Quantitative, Problem Solving & Verbal Ability and a Technical test consisting of Java, Data Structures and C   4.      The cut-off date for sending the same is Tuesday COB 23-March-2010   5.      We will review the profiles and call the candidates for the written test scheduled for Saturday       Cheers! Varsha

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...

Contact Form

Name

Email *

Message *