Skip to content
Latest
How to append content in a file?
How to list directory files?
What is Require function & how to export custom module?
What is React context good for & how to use?
What and how to use Readline?
  • fb
Friday, Mar 6, 2026

Step by Step JAVA

Speaks to your machine by learning

  • C
    • Pointers
    • File handling
  • NodeJS
    • Objects
    • Readline
    • Export Custom Module
    • File System Basics
      • List Directory Files
  • React Native
    • React and React Native Basics
    • FlatList
      • Basic
      • Add header, Footer and item separator
    • Hooks
    • React Navigation
    • TextInput
  • PHP
    • Operators
    • Super Variables
    • MySql
      • Database Connection
      • Create Database
  • Programming
  • C
    • Pointers
    • File handling
  • NodeJS
    • Objects
    • Readline
    • Export Custom Module
    • File System Basics
      • List Directory Files
  • React Native
    • React and React Native Basics
    • FlatList
      • Basic
      • Add header, Footer and item separator
    • Hooks
    • React Navigation
    • TextInput
  • PHP
    • Operators
    • Super Variables
    • MySql
      • Database Connection
      • Create Database
  • Programming

Month: June 2017

  • Home
  • 2017
  • June

Arrays

On June 16, 2017February 14, 2018 By admin

An array is a group of similar-typed variable that are referred by a common name. A specific element in an array is accessed by its index. An array may have one or more dimensions. One Dimensional Arrays: The general form of a one dimensional array declaration is as: type variable-name[]; […]

Posted in JAVATagged , 1D array2D arraymultidimensional arrayLeave a comment

Type Conversion and Casting

On June 3, 2017February 14, 2018 By admin

There are two types of conversion in Java as: Implicit conversion Explicit conversion Implicit Conversion: Implicit conversion is also known as automatic conversion. When one type of data is assigned to different type of variable then automatic type conversion will take place if the following conditions are met. both type […]

Posted in JAVATagged , explicit type castingimplicit type castingtype castingLeave a comment

Recent Posts

  • How to append content in a file?
  • How to list directory files?
  • What is Require function & how to export custom module?
  • What is React context good for & how to use?
  • What and how to use Readline?

Archives

Categories

  • C- Language
  • JAVA
  • Javascript
  • NodeJs
  • PHP
  • Programming
  • React
  • React Native
  • SQL
  • Ubuntu
Copyright ©2017-2022 All right reserved. | Theme: eMag by eVisionThemes