Narayana Tutorial

Online Java Tutorial Blog
  • Home
  • About Us
  • Contact Us
  • SiteMap
  • Services
  • ForgeRock Services
  • Latest Info
  • LiveChat
Narayana Tutorial

Covid-19

Stay Home...Stay Healthy.....Stay Alert.....Stay Vigilant...Stay Safe.
  • Home
  • Application Servers
    • Apache Tomcat
    • Weblogic
    • Websphere
  • Database
    • PostgreSQL
    • Cassandra
    • Oracle
      • SQL Queries
  • ForgeRock
    • ForgeRock Online Course – OpenAM – PingAM
    • ForgeRock Online Course – OpenIDM – PingIDM
    • ForgeRock Online Course – OpenDJ- PingDS
    • OpenAM
    • OpenDJ
    • OpenIDM
  • General
  • Hibernate
    • Hibernate Concepts
  • Interview Questions
    • ForgeRock Interview Questions and Answers
    • Java Basics
    • Java Collections
    • Java Keywords
    • Java Spring
    • Java Struts
  • Java
    • Java Blog
    • Java Concepts
    • Java Exceptions
    • Java Log4j
    • Java Mail
    • Java OpenCSV
    • Java Security
    • Java Thread Concepts
    • Java-XML
  • Operating Systems
    • Linux-Unix
    • Windows
  • OWASP
  • SCJP
    • SCJP – Collection Framework
    • SCJP- Operators And Assignments
    • SCJP- Static Import
    • SCJP- Properties
  • Spring
    • Spring Boot
  • Struts
    • Struts2 Basics
  • Version Controls
    • Git
    • SVN
  • Web Technologies
    • JavaScript
    • JQuery
  • JMS
    • Apache ActiveMQ
  • Cloud
    • Azure
    • Docker
    • Kubernetes
  • Online e-Learning
    • ForgeRock – PingAM
    • ForgeRock – PingDS
    • ForgeRock – PingIDM
    • ForgeRock e-Learning
  • Services
    • ForgeRock Online Courses
    • ForgeRock Services
  • LiveChat
  • PingIdentity – ForgeRock Latest Version (7.5) Online Videos

      PingIdentity – ForgeRock Latest Version (7.5) Online Videos   Course description ForgeRock OpenAM is an access management tool for authentication and authorization. It’s one of the products in the ForgeRock stack. ForgeRock OpenAM provides different types of user authentications…

  • How to Connect Your iPhone to Your Linux PC

        iPhones and iPads are popular devices, but they aren’t by any way open source. However, Apple devices use a host of open-source apps to communicate with other devices. Both macOS and Windows users can send and receive data…

  • ForgeRock Online Course – OpenAM

    ForgeRock Online Course – OpenAM ForgeRock OpenAM is an access management tool for authentication and authorization. It’s one of the products in the ForgeRock stack. ForgeRock OpenAM provides different types of user authentications such as the Authentication module. Authentication tree,…

  • How to Create Symbolic Links in Linux/Unix?

    A symbolic link creates a file in your directory and is a shortcut to a file or folder. It’s similar to the Windows shortcut file. ln is a command-line utility for creating links between files. By default, the ln command…

  • Git Origin Remote SSH URL change

    Git Origin Remote SSH URL change In order to change the Remote SSH URL of a Git, we have to use the set-url command and specify the name of the remote as well as the new remote URL to be…

  • Git Origin Remote URL change

    Git Origin Remote URL change In order to change the Remote URL of a Git, we have to use the set-url command and specify the name of the remote as well as the new remote URL to be changed. When…

About CSV File

Narayanaswamy
Java OpenCSV
Comments
CSV File Writing By ResultSet

About CSV File CSV file abbreviation is comma separated value which means that CSV file we can open in the notepad with comma separated values by deault. The CSV file name contains extension is .csv and it is very light weight format and flexible format we can open it in the different text editor tool […]

Read Post
Tags: csv, opencsv, what is csv file

Explain with example to describe when to use abstract class and interface?

Narayanaswamy
Java Basics
2 Comments

Explain with example to describe when to use abstract class and interface? Consider a scenario where all Cars will have 4 tyres and other features can be different. In this case any subclass of Car has to have 4 tyres. This is a case where abstract class will be used and a default implementation for […]

Read Post
Tags: Java Basics, Java Interview Questions

How can we call the garbage collector?

Narayanaswamy
Java Basics
Comments

How can we call the garbage collector? Garbage collector is automatically invoked when the program is being run. It can be also called by calling gc() method of Runtime class or System class in Java  

Read Post
Tags: Java Basics, Java Interview Questions

Which algorithm is used by garbage collector?

Narayanaswamy
Java Basics
Comments

Which algorithm is used by garbage collector   Garbage collector uses many algorithms but the most commonly used algorithm is mark and sweep.  

Read Post
Tags: Java Basics, Java Interview Questions

Which part of JVM will allocate the memory for a java program?

Narayanaswamy
Java Basics
Comments

Which part of JVM will allocate the memory for a java program?   Class loader sub sytem of JVM will allocate the necessary memory needed by the Java program.  

Read Post
Tags: Java Basics, Java Interview Questions

Why java is suitable for internet?

Narayanaswamy
Java Basics
Comments

Why java is suitable for internet?   Java is suitable for internet because of two main reasons. It is system independent and hence its programs can run on any type of computer system on internet. It eliminates a lot of security problems for data on internet.  

Read Post
Tags: Java Basics, Java Interview Questions

What is difference between abstract class and interface?

Narayanaswamy
Java Basics
Comments

What is difference between abstract class and interface?   Abstract class may or may not be contain abstract methods but a class should be called as abstract when it contains at least one abstract method. It can also contain n numbers of concrete method. Interface can contain only abstract ( non implemented) methods. The abstract […]

Read Post
Tags: Java Basics, Java Interview Questions

What is the difference between static and instance methods?

Narayanaswamy
Java Basics
Comments

What is the difference between static and instance methods? Instance method belongs to the instance of a class therefore it requires an instance before it can be invoked, whereas static method belongs to the class itself and not to any class instance so it doesn’t need an instance to be invoked. Instance methods use dynamic […]

Read Post
Tags: Java Basics, Java Interview Questions

What is difference between function and method?

Narayanaswamy
Java Basics
Comments

What is difference between function and method?   A method is a function that is written in a class. We do not have functions in Java, instead we have methods. This means whenever a function is written in Java. It should be written inside the class only. But if we take C++, we can write […]

Read Post
Tags: Java Basics, Java Interview Questions

How many parts in Java?

Narayanaswamy
Java Basics
Comments

How many parts in Java? Sun Microsystems Inc. has divided Java into 3 parts. They are 1. Java SE 2. Java EE 3. Java ME. Let us discuss then in brief here. Java SE It is the Java Standard Edition that contains basic core Java classes. This edition is used to develop standard applets and […]

Read Post
Tags: Java Interview Questions
← Older Posts
Newer Posts →

The Search in NarayanaTutorial

Archives

Scan Me to access article in mobile

QR Code

The Search in NarayanaTutorial

Subscribe to our newsletter

Your subscription was successful! Within a few minutes, kindly check the mail in your mailbox and confirm your subscription. If you can't see the mail in your mailbox, please check your spam folder.

Connect on Facebook

Recent Posts

  • PingIdentity – ForgeRock Latest Version (7.5) Online Videos
  • Kubernetes Node Commands
  • Kubernetes POD Commands
  • How to Connect Your iPhone to Your Linux PC
  • ForgeRock Online Course – OpenAM
  • How to Create Symbolic Links in Linux/Unix?
  • Git Origin Remote SSH URL change
  • Git Origin Remote URL change
  • How to Configure Zero Page Node Tree
  • How to Enable Email Validation In OpenIDM

Archives

Tags

am apache cloud csv database docker ds Eclipse forgerock Git gmail gmail smtp Hibernate how to read csv file idm Java Java Basics Java Collection Java Interview Questions java mail java operator Java Script jms kafka kubectl linux list openam openam installation opencsv opendj openidm openidm 4.0 openidm installation Oracle owasp security vulnerabilities smtp sorting Spring spring boot SQL SQL Queries sso unix

Scan Me to access NarayanaTutorial

QR COde
June 2025
M T W T F S S
 1
2345678
9101112131415
16171819202122
23242526272829
30  
« Jul    

Trending Course – ForgerRock

  • OpenIDM User Self-Service
  • OpenIDM Interview Questions and Answers
  • OpenIDM 4.0 Default Installation Summary
  • OpenIDM 4.0 Installation
  • ForgeRock OpenAM Custom Configuration Installation on Windows
  • Forgerock OpenAM Default Configuration Installation
  • <<
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • >>

Contact Us

[email protected]

Follow Us On

  • Facebook

    Youtube

    LinkedIn

  • COPYRIGHTS © 2019 - 2023 Narayana Tutorial. ALL RIGHTS RESERVED terms of service | privacy policy | returns and refund policy

    Show Button
    Hide Button