10000 virajdilshan2002 (Viraj Dilshan) · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
View virajdilshan2002's full-sized avatar
🎯
Focusing
🎯
Focusing
  • IJSE-Institute of Software Engineering
  • SriLanka
  • 09:11 (UTC +05:30)

Highlights

  • Pro

Block or report virajdilshan2002

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

Pinned Loading

  1. typeoperator-example typeoperator-example Public

    A Generic Class is a class which can work on any type of data type or in other words we can say it is data type independent.

    Java

  2. varargs-example varargs-example Public

    Java takes all arguments passed when invoking a method with varargs and makes an array out of it.

    Java

  3. array-list-example array-list-example Public

    ArrayList internally uses an Object type array to store the elements. Just like arrays, It allows you to retrieve the elements by their index.

    Java

  4. boundedtype-typeoperator-example boundedtype-typeoperator-example Public

    Bounded type - type operator

    Java

  5. hash-set-example hash-set-example Public

    HashSet in Java stores unique elements, meaning it does not allow duplicate elements. However, the order in which elements are stored in a HashSet is not guaranteed to be any specific order.

    Java

  6. linked-list-example linked-list-example Public

    Data in a Linked List is stored in a sequence of containers. The list holds a reference to the first container and each container has a link to the next one in the sequence.

    Java

0