Most voted questions in Web Development

+1 vote
1 answer

What is the relationship between angularjs Scope with controller/view?

Let us consider the below block: <div ng-controller="emp"> ...READ MORE

Jan 20, 2020 in Web Development by Niroj
• 82,880 points

edited Jan 21, 2020 by Niroj 835 views
+1 vote
2 answers

How to embed Google map on my website?

1. Search whatever you want to embed. 2. ...READ MORE

Jan 17, 2020 in Web Development by anonymous
759 views
+1 vote
1 answer

How to make links open in new window or tab?

To create a new window or tab when ...READ MORE

Jan 16, 2020 in Web Development by Niraj
415 views
0 votes
1 answer

what best describes angularjs?

AngularJS is best described as an open-source ...READ MORE

Mar 1 in Web Development by Harshit Roy
215 views
0 votes
0 answers

what is functional component in react?

Mar 1 in Web Development by Priyanka
• 700 points
180 views
0 votes
0 answers

what is npm in react js?

Mar 1 in Web Development by Priyanka
• 700 points
115 views
0 votes
0 answers

how to learn react

Feb 23 in Web Development by Priyanka
• 700 points
105 views
0 votes
0 answers

what is react query?

What is react query? READ MORE

Feb 22 in Web Development by Hoor
• 540 points
111 views
0 votes
1 answer

What is single-page application in angular?

In Angular, a single-page application is a ...READ MORE

Feb 19 in Angular by Digna
180 views
0 votes
1 answer

What is StrictMode in React ?

In React, StrictMode is a development mode ...READ MORE

Jan 22 in Web Development by Darcy
208 views
0 votes
1 answer

What is Angular framework?

Angular is an open-source web application framework ...READ MORE

Jan 12 in Angular by Vaishali
192 views
0 votes
1 answer

What is higher order component in react?

In React, a Higher-Order Component (HOC) is ...READ MORE

Jan 5 in Web Development by Senorita
173 views
0 votes
1 answer

What is React in Software development?

React is an open-source JavaScript library for ...READ MORE

Jan 5 in Web Development by Shawn
185 views
0 votes
1 answer

What is server side rendering?

Server-side rendering (SSR) is a technique used ...READ MORE

Dec 29, 2023 in Web Development by Shiva
162 views
0 votes
1 answer

What is Angular Material?

Angular Material is a UI component library ...READ MORE

Dec 29, 2023 in Angular by Irene
138 views
0 votes
1 answer

What is Webpack in react?

Webpack is a popular open-source JavaScript module ...READ MORE

Dec 22, 2023 in Web Development by Rahul
257 views
0 votes
1 answer

What is angular cli?

Angular CLI  is a command-line tool for ...READ MORE

Dec 15, 2023 in Angular by Sonu
206 views
0 votes
1 answer

What is react component?

What is a react component? A React component ...READ MORE

Dec 4, 2023 in Web Development by Megha
• 180 points
235 views
0 votes
2 answers

What is React JS used for?

ReactJS is used for building user interfaces, ...READ MORE

Dec 6, 2023 in Web Development by Kalidas
144 views
0 votes
1 answer

What is JSX?

JSX represents a critical concept in modern web ...READ MORE

Oct 16, 2023 in Java-Script by anonymous
• 3,320 points

edited Oct 19, 2023 by anonymous 185 views
0 votes
1 answer

How to sum the values of a javascript object

Certainly, I'd be happy to help you ...READ MORE

Sep 25, 2023 in Java-Script by Edureka
• 12,690 points
1,659 views
0 votes
0 answers

How to sum the values of a javascript object?

I'm currently facing an issue while trying ...READ MORE

Sep 25, 2023 in Java-Script by anonymous
• 1,170 points
258 views
0 votes
0 answers

How to sum the values of a javascript object?

I'm currently facing an issue while trying ...READ MORE

Sep 25, 2023 in Java-Script by anonymous
• 1,170 points
287 views
0 votes
0 answers

How to sum the values of a javascript object?

I'm currently facing an issue while trying ...READ MORE

Sep 25, 2023 in Java-Script by anonymous
• 1,170 points
202 views
0 votes
0 answers

How to sum the values of a javascript object?

I'm currently facing an issue while trying ...READ MORE

Sep 25, 2023 in Java-Script by Tanishqa
• 1,170 points
159 views
0 votes
0 answers

I Want To Print 1 to 100 Numbers Using Arrays In Javascript Only

<!DOCTYPE html> <html> <head> <title>100-Numbers</title> </head> <body> ...READ MORE

Nov 16, 2022 in Java-Script by Ashwini
• 5,430 points
1,153 views
0 votes
0 answers

Cannot read property 'push' of undefined when combining arrays

When pushing an array's contents to another ...READ MORE

Nov 16, 2022 in Java-Script by Ashwini
• 5,430 points
396 views
0 votes
0 answers

map function for objects (instead of arrays)

I have an object: myObject = { 'a': ...READ MORE

Nov 16, 2022 in Java-Script by Ashwini
• 5,430 points
451 views
0 votes
0 answers

When do Java generics require <? extends T> instead of <T> and is there any downside of switching?

Given the following example (using JUnit with ...READ MORE

Sep 29, 2022 in Java-Script by Abhinaya
• 1,160 points
1,276 views
0 votes
0 answers

What is the volatile keyword useful for?

Sep 29, 2022 in Java-Script by Abhinaya
• 1,160 points
522 views
0 votes
0 answers

in java what does the @ symbol mean?

I am aware of what it implies ...READ MORE

Sep 29, 2022 in Java-Script by Abhinaya
• 1,160 points
380 views
0 votes
0 answers

OSMdroid tiles not loading due to java.net.UnknownHostException

OpenStreetMap import and usage are required as ...READ MORE

Sep 29, 2022 in Java-Script by Abhinaya
• 1,160 points
716 views
0 votes
0 answers

Basic use of JSONPath in Java

JSON and a JSONPath are both strings ...READ MORE

Sep 29, 2022 in Java-Script by Abhinaya
• 1,160 points
736 views
0 votes
0 answers

What is the difference between ' and " in JavaScript?

I came across this query and am ...READ MORE

Sep 23, 2022 in Java-Script by Abhinaya
• 1,160 points
403 views
0 votes
0 answers

How do I check if an array includes a value in JavaScript?

What is the quickest and most effective method to determine whether a JavaScript array has a value? The only method I am aware of is as follows: function contains(a, obj) { ...READ MORE

Sep 23, 2022 in Java-Script by Abhinaya
• 1,160 points
471 views
0 votes
0 answers

Convert javascript array to string

I'm attempting to create a string out of a "value" list by iterating over it.  This is the key: var blkstr = $.each(value, function(idx2,val2) { ...READ MORE

Sep 23, 2022 in Java-Script by Abhinaya
• 1,160 points
372 views
0 votes
0 answers

Sort a single String in Java

Is there a primary way to sort a ...READ MORE

Sep 23, 2022 in Java-Script by Abhinaya
• 1,160 points
364 views
0 votes
0 answers

How does the "Using" statement translate from C# to VB?

Example: BitmapImage bitmap = new BitmapImage(); byte[] buffer = ...READ MORE

Sep 23, 2022 in Java-Script by Abhinaya
• 1,160 points
411 views
0 votes
0 answers

How to set JAVA_HOME environment variable on Mac OS X 10.9?

I just purchased a brand new MacBook ...READ MORE

Sep 22, 2022 in Java-Script by Tejashwini
• 3,820 points
536 views
0 votes
0 answers

How do I resolve ClassNotFoundException?

I am trying to run a Java ...READ MORE

Sep 22, 2022 in Java-Script by Tejashwini
• 3,820 points
240 views
0 votes
0 answers

java.net.ConnectException: Connection refused

The server side of my attempt to ...READ MORE

Sep 22, 2022 in Java-Script by Tejashwini
• 3,820 points
522 views
0 votes
0 answers

What is difference between mutable and immutable String in java?

As far as I know, An immutable string ...READ MORE

Sep 22, 2022 in Java-Script by Tejashwini
• 3,820 points
318 views
0 votes
0 answers

Why is String immutable in Java?

When interviewed, I was questioned as to ...READ MORE

Sep 22, 2022 in Java-Script by Tejashwini
• 3,820 points
303 views
0 votes
0 answers

Convert list to array in Java

How can I convert a List to an Array in Java? Check ...READ MORE

Sep 22, 2022 in Java-Script by Tejashwini
• 3,820 points
288 views
0 votes
0 answers

Java - Convert integer to string

Given a number: int number = 1234; Which would ...READ MORE

Sep 22, 2022 in Java-Script by Tejashwini
• 3,820 points
340 views
0 votes
0 answers

Why am I getting a NoClassDefFoundError in Java?

When I execute my Java application, I ...READ MORE

Sep 22, 2022 in Java-Script by Tejashwini
• 3,820 points
303 views
0 votes
0 answers

Javascript call() & apply() vs bind()?

I am already aware that the functions ...READ MORE

Sep 22, 2022 in Java-Script by Tejashwini
• 3,820 points
384 views
0 votes
0 answers

What could cause java.lang.reflect.InvocationTargetException?

I've attempted to comprehend and read about potential causes, but I just don't get it: I have the following code try{ .. m.invoke(testObject); .. } catch(AssertionError e){ ...READ MORE

Sep 22, 2022 in Java-Script by Tejashwini
• 3,820 points
1,075 views
0 votes
0 answers

How can I solve "java.lang.NoClassDefFoundError"?

I've tried both the examples in Oracle's Java ...READ MORE

Sep 20, 2022 in Java-Script by Tejashwini
• 780 points
663 views
0 votes
0 answers

NullPointerException: Attempt to invoke virtual method 'int java.util.ArrayList.size()' on a null object reference

I'm a newbie to Fragments and custom ListView adapters. Can anyone ...READ MORE

Sep 20, 2022 in Java-Script by Tejashwini
• 780 points
1,216 views