May 14, 2025
Trending Now
  •    Registration with image upload Java Jdbc(Down...

  •    Touchable shop Pos system using Java...

  •    Build Your First Responsive Login Form Using H...

  •    Java Beans...

  •    Java String Methods...

Click Here to Buy Our Courses

  • Home
  • About Us
  • Java
    • Java for Beginners
    • Java Projects
    • Java Console Application Projects
  • C#.net
  • Angular
  • Reactjs
    • ReactJS Introduction
  • Node JS
  • Android Studio
  • Jsp
  • Servlet
  • python
    • Python for beginners
  • Spring boot
  • Laravel 8
  • Laravel 9
  • Asp.net MVC
  • php
  • Flutter
  • Free Projects
  • Contact us
  • Privacy Policy
Home Tag Archives: DataInputStream

Tag Archives: DataInputStream

DataInputStream Class

By admin
June 5, 2020
in :  Java
0
694

The Class DataInputStream is baselly handle a primitive type data types   Example 1 write a programme to input your Firstname,lastname input them. import java.io.*; public class DataInputstream { public static void main(String[] args) { DataInputStream dis = new DataInputStream(System.in); String fname,lname; fname = ""; lname = ""; try { System.out.print("Enter Your FirstName"); fname = dis.readLine(); System.out.print("Enter Your LastName"); lname …

Read More

Recent Posts

  • CREATE a Responsive Navigation Bar with FlexBox CSS!
  • Registration with image upload Java Jdbc(Download Source code)
  • Touchable shop Pos system using Java
  • Build Your First Responsive Login Form Using HTML and CSS FlexBox
  • Build Crud API with Laravel 12

© Copyright 2020, All Rights Reserved Powered by Tutussfunny
x