Skip to content
View manjaykumardp's full-sized avatar
💫
I may be slow to respond.
💫
I may be slow to respond.
Block or Report

Block or report manjaykumardp

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
manjaykumardp/README.md
  • trophy
  • 👋 Hi, I’m @manjaykumardp
  • 👀 I’m interested in coding
  • 🌱 I’m currently learning cp
  • 💞️ I’m looking to collaborate on development
  • 📫 How to reach me you reach to me by git

Pinned Loading

  1. Using oops concept class is created ... Using oops concept class is created for use
    1
    package oops;
    2
    
                  
    3
    //import javax.security.auth.Subject;
    4
    
                  
    5
    public class oops {
  2. Input array and print it in Java Input array and print it in Java
    1
    package com.manjay;
    2
    
                  
    3
    import java.util.Scanner;
    4
    
                  
    5
    public class inputarray {
  3. manjaykumardp manjaykumardp Public

    Config files for my GitHub profile.

    1

  4. program to how implement arrayList program to how implement arrayList
    1
    
                  
    2
    import java.util.ArrayList;
    3
    import java.util.LinkedList;
    4
    import java.util.List;
    5
    
                  
  5. Duplicate String in java Duplicate String in java
    1
    package com.manjay;
    2
    
                  
    3
    public class duplicate_element {
    4
        public static void main(String[] args) {
    5
    
                  
  6. program of Arraylist program of Arraylist
    1
    import java.util.ArrayList;
    2
    
                  
    3
    public class ArrayList2 {
    4
        public static void main(String[] args) {
    5