RESTful Webservices Most Commonly Asked Interview Questions.

RESTful Webservices Most Commonly Asked Interview Questions.

Explain the code to Expose and consume RESTful services.

Which tool did you use for verifying the Webservices codes, Postmen?

What are the differences between Rest & Soap?

What are the differences between GET, POST &DELETE?

What are the differences between PathVariable & RequestBody annotations?

What is jersey here?

What do you understand by Resources here in RESTful Webservices?

Write Spring Hibernate & Rest Program to save and get Student details.
create table students(
 id int not null,
 name varchar(20) not null,
 age int not null,
 address char(25),
 primary key(id)
); 



Comments

Popular posts from this blog

Java Coding Interview Questions with Answers

Xylem bangalore : Senior Java Developer.

Zensar Java Interview Questions.