User Profile

Collapse

Profile Sidebar

Collapse
shivambhatele
shivambhatele
Last Activity: Jun 7 '22, 12:07 PM
Joined: May 15 '20
Location: Gwalior, Madhya Pradesh, India
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Java Generics: Misunderstanding in Wildcard Capture

    Hello All, I am new in java and I am reading the Java online tutorial I haven't understand anything about wildcard capture. I have run the program here online compiler, check below example:

    Code:
        import java.util.List;
        public class WildcardError {
         void foo(List<?> i) {
          i.set(0, i.get(0));
         }
        }
    Why the compiler can't retain the assignment safe?
    ...
    See more | Go to post

  • shivambhatele
    started a topic Data Scientist vs Software Engineer

    Data Scientist vs Software Engineer

    Introduction

    Data science is an emerging field in the IT industry. On the other hand, Software engineering is already well-established. Computer science graduates are usually aware of what software engineers are but have a vague knowledge of what data scientists do. Both these roles have their own importance in their respective teams. In this blog, we will discuss the differences between the two concerning skills, salary, career path,...
    See more | Go to post

  • shivambhatele
    started a topic Java Compiler Script on Mac

    Java Compiler Script on Mac

    I am trying to create a script that will automatically change the working directory to my Java code and then compile the code. I am able to change the directly to my path but I cannot figure out how to call the java compiler on the "filename" while taking the "filename" as an argument directly from the Terminal and i run this java code on the interviewbit online java compiler.

    Code:
     #!/bin/bash
        FILE = “$1”
    ...
    See more | Go to post

  • shivambhatele
    replied to .Net Developer Job Responsibility
    I want to know, Is it necessary to gain a certificate to become a .net developer?
    See more | Go to post
    Last edited by Niheel; Oct 1 '21, 05:20 AM. Reason: link marketing

    Leave a comment:


  • shivambhatele
    started a topic .Net Developer Job Responsibility

    .Net Developer Job Responsibility

    Hello All, I want to build a career as a .Net Developer and I am doing certification in this field. Actually, I am 2020 year batch passout and want to start a career in web development. Can anyone help me out with how to become a .net developer and whats the necessary skills to have and how much do .Net Developers make?
    See more | Go to post

  • shivambhatele
    started a topic web.config file in Asp.net
    in .NET

    web.config file in Asp.net

    Hello Everyone, Can anyone explain to me what is the web.config file and what is used for? Actually, I am preparing some topics for the asp.net interview and I have doubts regarding this. If anyone knows please explain me.
    See more | Go to post

  • shivambhatele
    started a topic Which Programming Book is Best to Learn Code

    Which Programming Book is Best to Learn Code

    Hello All, I am a 2019 year passout and I want to learn coding, So i am looking for an online programming book. Can anyone suggest me which author book is best for beginner's point of view?
    See more | Go to post

  • shivambhatele
    started a topic PostgreSQL for Beginners

    PostgreSQL for Beginners

    Hello Everyone, I want to learn PostgreSQL with a complete guide. Can anyone know any free or paid tutorial as a beginner point? I have a check on google but I can’t find the best one which shows step by step process.
    See more | Go to post
No activity results to display
Show More
Working...