Top 50 OpenNN interview questions and answers

1) How does an open-source software community form? Open source software communities form when people agree to work together to build and improve software. … Because open source communities are…

Read more »

Top 50 OpenCV interview questions and answers

1) Explain what is OpenCV? OpenCV stands for Open Source Computer Vision Library is an open-source library using which is used to develop real-time computer vision applications such as image…

Read more »

Top 50 Apache spark interview questions and answers

Q1. What is RDD? Ans. RDD (Resilient Distribution Datasets) is a fault-tolerant collection of operational elements that run parallel. The partitioned data in RDD is immutable and distributed. Q2. Name…

Read more »

Top 50 Apache HTTPD Interview questions and answers

1) What do you mean by Apache Web Server? Apache web server is the HTTP web server that is open source, and it is used for hosting the website. 2)…

Read more »

Top 50 Java Interview Questions & Answers

These questions are very important as its frequently asked in interviews. so if you are willing to know then be in this blog as I am going to express all…

Read more »

TOP 250+ INTERVIEW QUESTIONS FOR JAVA

Here we will cover the basic, intermediate and advance level interview questions for java. Also we will cover the question related to java script. Java Basic interview questions:- 1. What…

Read more »

jQuery Syntax!

The jQuery syntax is tailor-made for selecting HTML elements and performing some action on the element(s). Basic syntax is: $(selector).action() A $ sign to define/access jQuery A (selector) to “query (or find)” HTML elements A…

Read more »

Jenkins Error: Running two Java Versions – Jenkins Problem in Mac OS

Hi Everyone – Today we are going to discuss about how to have two version of Java Development Kit running in MAC OS and how to switch between them. This…

Read more »

Working with uDeploy client using udclient and work with uDeploy command line

Step 1 – Install and setup JAVA including JAVA_HOME Step 2 – Click the link to download the Deploy Client zip. This zip contains the command line executable for use…

Read more »

Apache Ant

Ant is a Java library and command-line tool. Ant’s mission is to drive processes described in build files as targets and extension points dependent upon each other. The main known…

Read more »

Introduction of Apache Ant

Apache Ant is a software tool for automating software build processes. It is similar to Make but is implemented using the Java language, requires the Java platform, and is best suited…

Read more »

Apache Ant: A Build Tool

Apache Ant (or simply Ant) is an XML-based build scripting language used heavily by the Open Source community. Ant automates tasks such as compiling source code, building deployment packages and automatically…

Read more »

Using Ant to build J2EE Applications

Apache Ant (Another Neat Tool) is a build tool, mainly for Java projects. A build tool can be used to automate certain repetitive tasks, e.g. compiling source code, running software tests,…

Read more »

Tools for Java test automation by Daniel Wildt

Tools for Java test automation by Daniel Wildt Tools for Java test automation by Daniel Wildt

Read more »

Java Command Line Options

-client       to select the “client” VM -server       to select the “server” VM -hotspot      is a synonym for the “client” VM  [deprecated] The default VM is client. -cp <class search path…

Read more »

Java.lang.NoClassDefFoundError: com/vladium/emma/rt/RT

rajeshkumar created the topic: “java.lang.NoClassDefFoundError: com/vladium/emma/rt/RT” I got sometime following error while using emma… “java.lang.NoClassDefFoundError: com/vladium/emma/rt/RT” Solution can be found in… devnet.jetbrains.net/thread/275232 Regards, Rajesh Kumar Twitt me @ twitter.com/RajeshKumarIn

Read more »

Bundling Java Runtime Environments

deployexpert created the topic: Bundling Java Runtime Environments Since InstallAnywhere installers are Java based, they require a Java Virtual Machine (VM) to run. InstallAnywhere installers can bundle a virtual machine…

Read more »

Creating Launchers for Java Applications

deployexpert created the topic: Creating Launchers for Java Applications InstallAnywhere provides an action that is available from the Install task which will create launchers for Java applications. Click the Create…

Read more »

Any Possible Software/Plugin FoR SCM Workflow

pankaj2252369@gmail.com created the topic: Any possible Software/plugin for SCM workflow? Hey Team, Thanks for lot of information on the site. wonderful work. Any idea on SCM workflow software/framework ? which…

Read more »
jstack-utility

The jstack Utility | jstack Tutorial | scmGalaxy

The release of JDK 8 introduced Java Mission Control, Java Flight Recorder, and jcmd utility for diagnosing problems with JVM and Java applications. It is suggested to use the latest utility, jcmd instead of…

Read more »