JavaBeat

  • Home
  • Java
    • Java 7
    • Java 8
    • Java EE
    • Servlets
  • Spring Framework
    • Spring Tutorials
    • Spring 4 Tutorials
    • Spring Boot
  • JSF Tutorials
  • Most Popular
    • Binary Search Tree Traversal
    • Spring Batch Tutorial
    • AngularJS + Spring MVC
    • Spring Data JPA Tutorial
    • Packaging and Deploying Node.js
  • About Us
    • Join Us (JBC)
  • Privacy

JavaScript Snippets: Back Button

February 8, 2017 by Krishna Srinivasan Leave a Comment

Creating a back button for your pages and projects requires very little plain JavaScript. The code is lightweight (more lightweight than achieving the same effect using jQuery), and easy to add anywhere on a page, in case you want to give your users … [Continue reading]

Filed Under: JavaScript Tagged With: Back Button, JavaScript Snippets

Using jQuery to Create a Click Counter

January 23, 2017 by Krishna Srinivasan Leave a Comment

Here's a cool jQuery snippet that you can use to create a click counter. The way it works is that each time an element is clicked, the counter (which starts at 0) goes up by one. The counter can be applied to the clicking of any particular elements … [Continue reading]

Filed Under: JavaScript, jQuery Tagged With: Click Counter, jQuery

5 Best Free Resources For Learning Java

January 2, 2017 by Krishna Srinivasan Leave a Comment

If you're looking to learn Java, you're in luck -- the internet is practically bursting with free tutorials, interactive lessons, comprehensive courses, and video classes meant to teach Java to complete beginners. In fact, there are so many options … [Continue reading]

Filed Under: Java Tagged With: CodingBat, Java (Beginner) Programming, Java (Beginner) Programming Tutorials, Learn Java Online, SoloLearn

JavaScript Snippets: Close Window

December 20, 2016 by Krishna Srinivasan Leave a Comment

A close window command is really easy and simple to write in jQuery, but some developers may not know that it's also very easy to write in plain JavaScript. The benefits of writing a command in plain JavaScript over jQuery are that writing plain code … [Continue reading]

Filed Under: Java Tagged With: Close Window, JavaScript Snippets

OCAJP – Wrapper Classes in Java

December 12, 2016 by krishna Leave a Comment

This post is about the OCAJP exam objective "Develop code that uses wrapper classes such as Boolean, Double, and Integer". In the exam, you will be mainly tested on Autoboxing and Unboxing concepts of Wrapper classes, Using wrapper classes with their … [Continue reading]

Filed Under: Certifications Tagged With: OCAJP 8

3 Best Free FTP Clients for Windows and Mac Users

December 8, 2016 by Krishna Srinivasan Leave a Comment

If you're a developer, there's a good chance that you rely on some sort of FTP client to give you live access to a remote server. An FTP client allows you to access any remote server as long as you have the correct credentials. From the server, you … [Continue reading]

Filed Under: Java Tagged With: Cyberduck, Filezilla, FireFTP, Free FTP Clients, Mac Users, Windows Users

How To Sign-Up for AWS Free Tier

December 1, 2016 by krishna Leave a Comment

AWS free tier is the free web services environment offered by Amazon for its first-time users. If you are new to the cloud computing world, then you must be aware that Amazon Web Services (AWS) is the leading cloud platform across the world. It has … [Continue reading]

Filed Under: Certifications Tagged With: AWS Certification, AWS certification Exam, AWS Certified Solutions exam, AWS developers

Using Next.js

November 26, 2016 by Krishna Srinivasan Leave a Comment

Next.js is a small, open-source framework meant for server-rendered universal JavaScript web apps. It's built on top of React, Webpack, and Babel. It requires zero set up, is pure JavaScript (it uses Glamor to handle CSS rather than dealing with … [Continue reading]

Filed Under: Java Tagged With: CSS, Glamor, Next.js, ZEIT

5 jQuery Plugins for Form Validation

November 1, 2016 by Krishna Srinivasan Leave a Comment

Writing your own custom validation rules is sometimes necessary, but it can also be really time-consuming. Any of the following lightweight plugins will do most of the validation code writing for you. 1. quickValidation.js quickValidation allows you … [Continue reading]

Filed Under: jQuery Tagged With: Form Validation, JQuery Plugins

OCAJP – Switch Statement Practice Questions

October 24, 2016 by krishna Leave a Comment

In my previous article, I have published how to prepare ArrayList topic for OCAJP exam. I am writing a series of articles on how to prepare for OCAJP certification exam. Also, read about the sample questions on Lambda Expressions. Are you looking … [Continue reading]

Filed Under: Certifications Tagged With: Lambda Expressions., OCAJP Certifications, OCAJP exam, Switch statement practice questions

  • « Previous Page
  • 1
  • …
  • 3
  • 4
  • 5
  • 6
  • 7
  • …
  • 191
  • Next Page »

Follow Us

  • Facebook
  • Pinterest
JavaBeat

FEATURED TUTORIALS

Servlet Life Cycle: Explanation

Servlet Life Cycle: Explanation

What is new in Java 6.0 Collections API?

The Java 6.0 Compiler API

The Java 6.0 Compiler API

Copyright © by JavaBeat · All rights reserved

This website uses cookies to ensure you get the best experience on our website. Learn more.