SOAP Services in JAVA
  • By Kiran Tiwari
  • September 21, 2019
  • JAVA Programming

SOAP Services in Java SOAP Web Services are a popular way in enterprises to expose an enterprise system’s capabilities towards other enterprise systems. It allows the systems to interface in…

Why to use Spring Framework
  • By Iroti Mahajan
  • August 29, 2019
  • JAVA Programming

Why Spring Framework: Initially the developers were using (EJB) Enterprise Java Beans for various applications which helped them to manage the (UI) User Interface component. But developers wanted to use…

Introduction of Kotlin
  • By Sonali Mahajan
  • August 27, 2019
  • JAVA Programming

Introduction of Kotlin Kotlin is a new statically typed , open source programming language, which acquires features from other languages like, Java, Groovy, Scala etc. Kotlin fisrt appeared in 2011.…

Machine Learning with JavaScript
  • By Shahrukh Patwekar
  • August 27, 2019
  • JAVA ProgrammingMachine LearningPlacements

Machine Learning with JavaScript What is Machine Learning? In simple words, Machine learning is an application of artificial intelligence which gives systems the ability to learn things automatically and improve…

RESTful Services in Java
  • By Kiran Tiwari
  • August 20, 2019
  • JAVA ProgrammingPlacements

RESTful Services in Java In my previous blog, “What are web-services” (https://www.sevenmentor.com/blog/what-are-web-services, which is the link of my blog) of Java Course In Pune, I have explained what is the…

Top JAVA Interview Questions and Answers
  • By Iroti Mahajan
  • July 27, 2019
  • JAVA Programming

Top JAVA Interview Questions and Answers Sr No. Questions and Answers Que.1 How can you differentiate between anonymous inner class and functional interface in lambda expression? Ans.1 ●     We are…

Java Language ,Its Scope and Understanding the Features
  • By Ashutosh Gadgil
  • July 26, 2019
  • JAVA Programming

Java is a high-level programming language, Object-Oriented language. This is a very simple and easy to use Language  It is a very popular language used in the software development field.…

Frameworks in JAVA
  • By Shahrukh Patwekar
  • July 25, 2019
  • JAVA ProgrammingPlacements

Frameworks in JAVA It is no surprise that Java is one in all the foremost fashionable programming languages. In close to future, there's a bit likelihood for the other language…

What Are Web Services
  • By Kiran Tiwari
  • July 24, 2019
  • JAVA ProgrammingSoftware Development

Web Services In my previous blog – “Learn Web Services Effortlessly” from Java Course In Pune - we looked back at the evolution of applications and specifically their evolution from monolithic…

Collection in Java in a Easy and Sorted way
  • By Sonali Mahajan
  • July 23, 2019
  • JAVA ProgrammingSoftware Development

Collection in Java in an Easy and Sorted way If you want to represent a group of the individual object as a single entity then Java Course In Puneshould go…

Java Versions (10,11,12) And JEP
  • By Sonali Mahajan
  • June 24, 2019
  • JAVA Programming

Java Versions 1.Introduction To JEP JDK Platform enhanced features can be released using  JDK Enhancement Proposals (JEPs). The small changes , added features, can be release with the help og…