LNT 2012 Autocad Questions

0 comments Posted by Unknown at 18:40
1. a) What is NC? What are the major advantages of CNC machine tool compared to its conventional counter part?

b) How do you designate the coordinate axes for a CNC lathe? Show them diagrammatically on a rough sketch of a lathe.

2. a) How BCD system differs from Binary system? Explain how the eight track tape coding is specified in ISO and EIA.
   b) Explain important features of a CNC machining centre.

Read More »

Top 25 EJB solved Questions

0 comments Posted by Unknown at 16:35
1. What is EJB?
EJB stands for Enterprise JavaBeans and is widely-adopted server side component architecture for J2EE. It enables rapid development of ission-critical application that are versatile, reusable and portable across middleware while protecting IT investment and preventing vendor lock-in.

Read More »

LNT EJB 2012 solved questions

0 comments Posted by Unknown at 16:31
EJB Basic Questions
What is EJB?
http:\\capptitudebank.blogspot.in
EJB stands for Enterprise Java Beans and is widely-adopted server side component architecture for J2EE. It enables rapid development of critical application that are versatile, reusable and portable across middleware while protecting IT investment and preventing vendor lock-in. It contains the application's business logic and live business data.
 What are the different kinds of enterprise beans?
 Different kind of enterprise beans are:
Session bean- It is a non-persistent object that implements some business logic running on the server. They are of two types session bean stateless and stateful.
Entity bean-It is used to represent data in the database. It provides an object-oriented interface.
Message-driven bean- They are enterprise beans that receive and process JMS messages. It doesn’t even have any interface.  
Read More »

Hcl solved J2ee questions 2012

0 comments Posted by Unknown at 16:27

  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 with in 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.
Read More »

Top 10 Java interview questions

0 comments Posted by Unknown at 16:24
The 10 most frequently-asked Java interview questions, in my experience.Mostly used in phone interviews to “weed out” the weakest candidates.

These questions are fairly simple so getting them wrong will raise a major red flag.

For the same reason I wont bother printing the answers, unless somebody specifically asks for it in the comments.

Read More »

Hcl Jboss Seam Interview Questions

0 comments Posted by Unknown at 16:19
1) What version of JBoss AS do I need to run Seam?
For Seam 1.3: Seam was developed against JBoss 4.2. Seam can still be run against JBoss 4.0. The seam documentation contains instructions for configuring JBoss 4.0.

• For Seam 1.2: Since Seam requires the latest edition of EJB3, you need to install JBoss AS from the latest JEMS installer. Make sure that you select the "ejb3" or "ejb3+clustering" profile to include EJB3 support. Also, the jboss-seam.jar library file from the Seam distribution must be included in each Seam application you deploy. Refer to examples in Seam distribution (inside the examples directory) to
see how to build and package Seam applications.

Read More »

JBoss Interview Questions and Answers

4 comments Posted by Unknown at 16:09
How do you monitor JBoss and detect the bottleneck of an application?
Answer :: The first step is to measure the different components of your app to see where the degradation is. Isit an external resource (database, message server, etc.)? Is it internal? Where is the app spending all its time?

So the first step could be to to use JBoss JMX agents and monitor the components deployed to the application server. Once it's clear which component or library takes most of the time or most of resource you can use a more specialized tool like JProbe and examine the single method or the single objects loaded in memory. ....


Http://capptitudebank.blogspot.in

Whatis JBoss JBPM ?
Answer :: JBoss jBPM is a platform for process languages. At the base there is a java library to define and execute graphs. The actual process constructs like e.g. send email, user task and update database are defined on top of this. Every process language is made up of a set of such process constructs. And that is what ispluggable in this base library. On top of the JBoss jBPM base library, there are implemented several process languages as a set of process constructs: jPDL, BPEL and SEAM pageflow:
jPDL is a process language with a clean interface to Java and very sophisticated task management capabilities. There is no standard for Java process languages, so it is proprietary. BPEL is a service orchestration language. As said before, in BPEL, you can write new services as a functionof other services. This is typically a component of an Enterprise Service Bus (ESB).SEAM pageflow is a language that allows for the graphically define the navigation between pages in a SEAM web application.

.... Http://capptitudebank.blogspot.in

Read More »

Spring Interview Questions and Answers

6 comments Posted by Unknown at 16:04

Spring Interview Questions and Answers


What is web module?
Answer ::
 <span class="Apple-style-span" style="font-family: monospace; font-size: 13px; whitespace: prewrap;-webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; ">
Spring
<spanclass="Apple-style-span" style="font-family: monospace; font-size: 13px; white-space: pre-wrap; -webkitborder-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; "> web module is built on the application context module, providing a context that is appropriate for web-based applications. This module also contains support for several web-oriented tasks such as transparently handling multipart requests for file uploads and
programmatic binding of request parameters to your business objects. It also contains integration support with Jakarta Struts. .... Http://capptitudebank.blogspot.in

Read More »

Jboss Interview questions and answers

0 comments Posted by Unknown at 16:02
I m working in eclipse. whenever i do a change i have to deploy again and it takes 4-5 minutes. is thr a way sothat i have to compile only that file which has been modified. I use apache ant for building project.i use spring as a framework and jboss as a web server.



I am interested in performance, Swing, Hibernate, jBoss, log4j, Derby, generics, patterns, cool code, Eclipse templates and plugins, tutorial to new features, good OOP design. 



i am using spring with hibernate for persistance,get error getHibernateTemplate().save()

Read More »
 

© 2011. All Rights Reserved | Interview Questions | Template by Blogger Widgets

Home | About | Top