Skip to content

Java Vogue

Java Tutorials

  • All Tutorials
  • Java
  • Java8
  • Spring Boot
  • Microservices
  • Spring
  • Hibernate
  • Reactjs
  • Interview Question
  • Contact

Author: javavogue

September 16, 2015 javavogue

Android 5 Programming by Example

This Book Is For If you have a great idea for a mobile app, and some familiarity with Java, or

Continue reading
September 9, 2015 javavogue

How to install mosquitto MQTT On Ubuntu

 Install mosquitto in ubuntu: Mosquitto will be in the Ubuntu repositories so you can install as with any other package.add

Continue reading
September 4, 2015 javavogue

Ejabberd is not running in that node error

Hi, I’m trying to configure ejabberd without success. Service is running at Debian Sid and when i type: # ejabberdctl

Continue reading
September 4, 2015 javavogue

Difference between “apt-get remove” or “apt-get purge”

Should I use apt-get remove or apt-get purge apt-get remove :         remove is identical to install except that packages

Continue reading
September 3, 2015 javavogue

scala tutorial for beginners

Introduction scala variable 

Continue reading
September 3, 2015 javavogue

android tutorial for beginners

1. What is Android? 1.1. The Android operating system 1.2. Task 1.3. Android platform components 1.4. Google Play 2. Android

Continue reading
September 3, 2015 javavogue

How to Empty a file

 Empty a file using command(terminal) Method 1. $ > test.txt empty a file for when you want to flush all

Continue reading
September 3, 2015 javavogue

Catch multiple Java exceptions in the same catch clause

 Can I catch multiple Java exceptions in the same catch clause In a java application i need throw same custom

Continue reading
August 29, 2015 javavogue

Backups and Restore data In Cassandra

 Cassandra backs up data by taking a snapshot of all on-disk data files (SSTable files) stored in the data directory.

Continue reading
August 29, 2015 javavogue

Java Memory Leak Cause

 In computer science, a memory leak is a type of resource leak that occurs when a computer program incorrectly manages

Continue reading

Posts navigation

«Previous Posts 1 … 6 7 8 9 10 … 35 Next Posts»

Recent Posts

  • Java Program to display student details Using Class and Object
  • TreeMap floorEntry() method in Java
  • Check If Int is Null In Java
  • Java Math min() method example
  • TreeMap ceilingKey() method in Java

Popular Posts

  • How to Read value From application.properties in spring boot
  • ‘Field required a bean of type that could not be found.’ error spring restful API
  • How to Reload Changes Without Restarting the Server – Spring Boot
  • No converter found for return value of type: org.springframework.http.converter.HttpMessageNotWritableException: No converter found
  • Spring Boot @ConfigurationProperties Property Validation
hi