Skip to content
  • Java
    •  Core Java
    • Java Code Examples
    • Java Executor Framework
    • Hibernate
    • Java8 Streams Realtime examples
    • Advanced Java Tutorials
    • Oracle Java Certification
    • OCJP Certification Dumps
  • Data structures
  • Liferay 7
    • Liferay DXP Hooks
    • Liferay 7 themes
    • Lifray 7 Layouts
    • OSGI
      • OSGI Components
      • OSGI Services
  • Liferay
    • Kaleo Workflow
    • Liferay Service Builder
    • Clustering
    • Liferay SSO
    • Jenkins Integration
    • Liferay Sonar
    • web services
    • Liferay Theme Concepts
  •  FrontEnd
    • Javascript
    • JavaScript
    •  ReactJS
    • HTML
    • Flutter
    • CSS
    •  AngularJS
  • Spring Boot
    • Spring
    •  Struts2
    • Struts2 tutorial
  • Web Services
    • REST Web Services
    • SOAP Web Services
  • Interview Questions
    • Liferay advanced Interview Questions
    • Java Interview Questions
    • java8 interview questions
    • java collections interview questions
    •  System Design Interviews
    • System design interview questions
    • Spring Interview Questions
    • SQL Interview Questions
    • React Interview Questions
    • Javascript Interview Questions
  • DevOps
    • GIT
    • Linux
    • Jenkins
Top Tags
  • collection of system design interview questions
  • java system design interview questions
  • system design interview questions google
  • system design interview questions for freshers
  • system design interview questions facebook
  • system design interview questions amazon
  • java fresher written test questions

Latest Post

Java convert millisecond timestamp to date Java DeadLock Example and how to avoid How to check ram size in Linux How to Set JAVA HOME for all users on Linus Java Semaphore Executorservice example
Linux

How To Check Process Running On Port In Linux

Jun 6, 2023 Javasavvy

To check which process is running on a specific port in Linux, you can use the lsof (list open files) or netstat commands. Here’s how you can do it: Using…

DevOps GIT GIT Tutorials

How to move commit to another branch in GIT

Jun 6, 2023 Javasavvy

To move a commit to another branch in Git, you can use the git cherry-pick command to apply the commit to the new branch, and then use the git reset…

DevOps GIT GIT Tutorials

How to configure SSH keys in GIT

Jun 5, 2023 Javasavvy

Configuring SSH keys in Git allows you to authenticate with Git servers without having to enter your username and password every time. Here are the steps to configure SSH keys…

DevOps GIT GIT Tutorials

How to fix a Git detached head with example

Jun 4, 2023 Javasavvy

A “detached HEAD” state in Git means that you are not currently on a branch, but rather you are at a specific commit, which is not associated with a branch…

DevOps GIT GIT Tutorials

How to delete a remote tag in GIT

Jun 4, 2023 Javasavvy

To delete a remote tag in Git, you can use the git push command with the --delete option followed by the name of the tag. Here are the steps: Open…

Java Java Interview Questions Java interview questions

java bufferedreader example

Jun 3, 2023 Java Savvy

In this tutorial, we will see concerting String[] to InputStream in the following ways:

DevOps GIT GIT Tutorials

How to Unstage file in git

Jun 3, 2023 Javasavvy

If you have added a file to the staging area in Git, but you want to remove it from the staging area, you can use the git reset command. This…

Java java Advanced Interview questions java8 Java8 Examples java8 interview questions java8 streams examples

Java8 Streams findFirst and findAny Examples

Jun 1, 2023 Java Savvy

findFirst() and findAny() are methods in the Stream interface in Java that are used to find the first or any element in a stream that matches a given condition. Java8…

Java Rate Limiting

Java Adaptive Rate Limiting

May 24, 2023 Javasavvy

Adaptive rate limiting is a type of rate limiting algorithm that dynamically adjusts the request rate based on the current load on the server. It is useful when the server…

Java Rate Limiting

Java Leaky bucket rate limiting Algorithm

May 24, 2023 Javasavvy

The Leaky Bucket Algorithm is a popular algorithm used for rate limiting. It can be used to limit the rate of requests being processed by a server or to limit…

Posts navigation

1 2 3 … 52

You missed

Java

Java convert millisecond timestamp to date

Jun 7, 2023 Javasavvy
Java Java Concurrency Java Executor Framework Java interview questions Java Interview Questions

Java DeadLock Example and how to avoid

Jun 7, 2023 Javasavvy
Linux

How to check ram size in Linux

Jun 7, 2023 Javasavvy
Linux

How to Set JAVA HOME for all users on Linus

Jun 7, 2023 Javasavvy

Javasavvy

  • Home
  • Advanced Java Tutorials
  • AngularJS Tutorials
  • Core Java
  • Java
  • Jenkins Tutorials
  • Liferay
    • Kaleo Workflow
    • Liferay Service Builder
    • Liferay Theme Concepts
    • web services
  • Liferay 7
  • Liferay DXP Hooks
  • OSGI
  • REST Web Services
  • search
  • SOAP Web Services
  • Spark Tutorials
  • Spring 4
  • Struts2
  • Spring
  • Hibernate
  • Interview Questions
    • Java Interview Questions
    • Liferay Interview Questions
    • Spring Interview Questions
  • data structures
  • Web Services