Search:

Type: Posts; User: Vithika Dutt

Page 1 of 2 1 2

Search: Search took 0.10 seconds.

  1. Navigating the Java and JavaScript Divide: Seeking Insights and Clarifications!

    Hey Forum Members,

    I've been diving into the world of programming languages and stumbled upon an insightful article about the differences between Java and JavaScript.

    While the article...
  2. Replies
    0
    Views
    909

    Questions on HTML Interview

    Hey,

    I recently explored the HTML Interview Questions and Answers page, and I must express my admiration for the exceptionally informative content it provides. It's a valuable resource for anyone...
  3. Java Code for Preorder Traversal of a Binary Tree

    Hello to everyone.

    I'm presently working in Java on building a preorder traversal for a binary tree and would appreciate any advice. I discovered this useful post about preorder traversal on a...
  4. Re: Hello, I have a spring boot server, but it only works on the local host, how can I make it work similarly to p2p without raising the server

    To connect two Spring Boot applications over the internet, you can use one of the following methods:

    1. REST API

    This is the simplest way to connect two applications. You can create a REST API...
  5. Replies
    0
    Views
    839

    Reversing a linked list in Java

    Hello,

    I am attempting to reverse a linked list. I am using the algorithm stated in the blog article to reverse a linked List in Java, but I am not sure how to implement it in code.

    The...
  6. Replies
    0
    Views
    1,392

    Longest Common Subsequence using Java

    Hi everyone,

    I am trying to implement the Longest Common Subsequence (LCS) algorithm in Java. I have been following the tutorial, but I am having trouble understanding how to use the dynamic...
  7. Re: Which one is better, data science or data engineering?

    You are correct. Both data science and data engineering are important roles in the field of data analytics. They have different focuses, but they often work together to create end-to-end data...
  8. Java OOPs Interview Questions and Coding Challenge

    Hello everyone,

    I'm preparing for a Java interview and referring to this resource, and I've been reviewing Object-Oriented Programming (OOPs) concepts. I wanted to gather some insights from...
  9. Replies
    0
    Views
    809

    need help regarding data analyst

    Hello,

    I recently came across an informative article: https://www.interviewbit.com/blog/data-analyst-salary/ which sheds light on the salary aspects of data analysts. I found the article to be...
  10. Issue with implementing full-stack development using React and Node.js

    Hi everyone,

    I've been working on developing a full-stack application using React for the front-end and Node.js for the back-end. I've been following a tutorial on Full Stack Developer: How to...
  11. [SOLVED] Java Code Error - Reversing a Linked List

    Hello,

    I'm having an issue with a piece of code I'm writing in Java to reverse a linked list: https://www.interviewbit.com/blog/reverse-a-linked-list/. I've been trying to debug it for a few hours...
  12. Understanding nodes and how they relate to LinkedList interview questions.

    I have been trying to understand LinkedList problems when it comes to Java but I am confused about how the Collection List/LinkedList API plays into them. I understand the concept of nodes and what a...
  13. What questions can a non-mobile developer pose during an interview with a mobile developer?

    I need to find suitable applicants for a mobile developer position (iphone) iniPhone the near future, but I am not experienced in this area since my expertise is in Java web development.



    What...
  14. Given an array of numbers from 1 to 100 with exactly k numbers missing, find the missing numbers.

    I recently had an interesting job interview where the first question was quite straightforward.
    Q1: We have a bag containing numbers 1, 2, 3, …, 100. Each number appears exactly once, so there are...
  15. Replies
    0
    Views
    1,578

    Golang object oriented design resources

    Question: Can someone please share resources to learn object-oriented design in Golang? I have searched online but most resources are in Java. Hence I am finding it difficult to practice as I work in...
  16. Same Id Different product from SQL output in one line using PHP

    Same Id but multiple different product in SQL. Data should be retrieved from SQL and Output should be shortened to one line for each ID using PHP.

    EXAMPLE:

    SQL
    ID Product
    001 Laptop...
  17. Replies
    0
    Views
    1,014

    Top 10 R Projects With Source Code

    R is a programming language and software environment for statistical computing and graphics supported by the R Foundation for Statistical Computing. The R language is widely used among statisticians...
  18. Replies
    0
    Views
    1,179

    Serverless Framework

    Serverless Framework is the most popular toolkit for building serverless applications.

    There are many serverless frameworks available, each with its own set of features and benefits. The most...
  19. Replies
    4
    Views
    2,634

    Re: Application Development

    There are a few different ways that you can start developing applications. One way would be to find an online tutorial or guide that can walk you through the process step-by-step. Another way would...
  20. Replies
    1
    Views
    987

    Re: generics with underclass

    The problem is with your Main function. You should have:

    public static void main(String[] args)

    not

    public static void Main(String[] args)
  21. What are some popular Android emulators?

    What are the best Android Emulators for testing apps?
  22. Replies
    1
    Views
    949

    Re: Landing an internship

    As the requirements for landing an internship in the US can vary depending on the company and position you are applying for. However, in general, having the OCA certification, a high school diploma,...
  23. Replies
    5
    Views
    6,107

    Re: Algorithms Java

    I would recommend the book "Data Structures and Algorithms Made Easy" by Narasimha Karumanchi. It covers a variety of topics in data structures and algorithms and includes several worked-out examples...
  24. Replies
    19
    Views
    6,868

    Re: Why Java is better for web development ?

    Java is a versatile language and can be used for a variety of purposes ranging from web development to desktop applications to Android apps.

    One of the main reasons why Java is a popular choice...
  25. Replies
    1
    Views
    1,295

    Re: What is Devops and their tools?

    This thread is really helpful! I'm glad I found it.This additional resources might be helpful for everyone. https://www.interviewbit.com/blog/devops-tools
Results 1 to 25 of 26
Page 1 of 2 1 2