Category: Interview Q & A

Spring IoC Container

Spring IoC Container  Dependency injection (DI) is also called as IoC .In this process objects describe their dependencies, and the container injects those dependencies when it creates the bean. The container is the backbone of...

Read More

Generic Class

Generic Class  A class that specify to any type is known as generic class. So to create the generic class of specific type. Now, we are using T type parameter. By simple example we can create and use the generic class. Creating...

Read More

REST Service Annotation

REST Service Annotation RESTful web services are easy to develop, and they have the ability to produce and consume different types of media i.e. information. In most cases, REST web services are encouraged for services that will...

Read More

Web Services Security

Web Services Security Overview Web services technologies and  the usual methods of securing applications are not relevant anymore. New challenges have arisen from the very paradigm of Web services, which remain unaddressed by...

Read More

RESTful Web Services

OVERVIEW Of RESTful Web Services RESTful Web Services are defined as JSR 339. REST is an architectural style which is based on web-standards and the HTTP protocol. REST was first represented by Roy Fielding in the year 2000. And...

Read More

SOAP PROTOCOL

Explain SOAP protocol ? SOAP defines the XML messages exchanged between the consumer and the provider . SOAP is the standard web services application protocol. It gives the communication mechanism to connect web services and...

Read More

SOAP Web Services

Explain SOAP Web Services ? SOAP is an acronym for Simple Object Access Protocol. SOAP web services are loosely coupled because the consumer, of a web service does not know its implementation details. The consumer is able to...

Read More

Web Service Architecture

Q. Explain the Web Services  Architecture ? A. A web services architecture consists: Service provider It provides the interface for the Web service and an application implementation and also responsible for creation of...

Read More
Loading