Skip to main content

Posts

Showing posts with the label Groovy

Java Programming Interview Questions and Answers - Java J2EE

 Stayed Informed : Software Development Environment » Java 11 Interview Questions Java 11 is object oriented, interpreted, robust and high level programming language and it was originally developed by Sun Micro systems and released in 1995. Java runs on a various platforms, such as Windows, Mac OS and UNIX... Posted In Java » Java 10 Interview Questions Java 10 is object oriented, interpreted, robust and high level programming language and it was originally developed by Sun Micro systems and released in 1995. Java runs on a various platforms, such as Windows, Mac OS and UNIX... Posted In Java » JSP Interview Questions (J2EE) JSP stands for Java Server Page. JSP are internally converted to Servlet (.class) for processing Java code. JSP is a server side technology which is used for creating dynamic web pages. JSP is an extension of Servlets. JSP comes with SUN’s J2EE platforms. Posted In JSP (Java J2EE) » Servlet Interview Questions (J2EE) Java Servlet is a server side prog...

Groovy Interview Questions and Answers

What Is Groovy? Groovy is fully object oriented programming language for JVM - Java Virtual Machines and used to combine Java modules, to write Java application and to extend existing Java application. Groovy is a powerful high level language for the Java platform which compiles down to Java byte-code. Groovy is Java syntax compatible and is from Apache family of software. Why You Use Groovy? Groovy has a rich stock of Java Libraries and easily integrate with your existing infrastructure like – 1.       Servlet Containers 2.       App Servers 3.       Loads of databases with JDBC drivers 4.       Completely Object Oriented Groovy can be used both as a programming language and as a scripting language. It has efficient object navigation, Literal declaration for maps, arrays, ranges and regular expressions, and Operators can be overloaded. What are the Depend...