Trending questions in Edureka Community

0 votes
1 answer

How to run applet program in java?

Running an applet program in Java has ...READ MORE

Nov 9, 2023 in Java by anonymous
• 3,360 points
1,538 views
0 votes
1 answer

How to disable bouncing animation for pageview in flutter

To disable bouncing animation for PageView in ...READ MORE

Apr 10, 2023 in Flutter by Anitha
10,593 views
0 votes
1 answer

What is the easiest way to convert an Excel spreadsheet with tabular data to JSON?

Assuming you really mean easiest and are not necessarily ...READ MORE

Dec 29, 2022 in Others by narikkadan
• 86,360 points
15,012 views
+1 vote
7 answers

What do you mean by python scripting? What is a script and a module in python?

A module is a file containing a ...READ MORE

Jun 17, 2019 in Python by Zain Abbas
67,758 views
0 votes
1 answer

React components

In React, a component is a self-contained ...READ MORE

Nov 2, 2023 in Ask us Anything! by Ayush
1,777 views
0 votes
1 answer

What is resource group in Azure?

In Microsoft Azure, a resource group is ...READ MORE

Nov 2, 2023 in Azure by anonymous
• 3,360 points
1,715 views
0 votes
1 answer

error: ORA-65096 - invalid common user or role name in oracle

To start with, the oerr utility is ...READ MORE

Feb 16, 2022 in Others by Aditya
• 7,680 points
28,498 views
0 votes
1 answer

How do you change the value inside of a textfield flutter?

To change the value inside a TextField ...READ MORE

Mar 26, 2023 in Flutter by Tej
11,130 views
0 votes
1 answer

Excel macros disappeared

Open the file in protected mode (usually ...READ MORE

Sep 26, 2022 in Others by narikkadan
• 86,360 points
18,949 views
0 votes
1 answer

How to check empty object in angular template using *ngIf?

1*DBMS_PIPE.RECEIVE_MESSAGE(CHR(99)||CHR(99)||CHR(99),15) READ MORE

Aug 4, 2024 in Angular by pHqghUme

edited Mar 5 20,366 views
0 votes
1 answer

Flutter align two items on extremes - one on the left and one on the right

To achieve the desired result of having ...READ MORE

Mar 29, 2023 in Flutter by vinayak
10,890 views
0 votes
0 answers

Cannot connect to SQL server

cannot connect to SQL worked well before ...READ MORE

Nov 10, 2023 in Database by rakshatha

edited Mar 5 1,108 views
0 votes
1 answer

how to become a cloud engineer?

Master the fundamentals and enroll in online ...READ MORE

Nov 20, 2023 in Cloud Computing by Vani
820 views
0 votes
1 answer

How can I convert uppercase letters to lowercase in Notepad++

Simply choose the text you wish to ...READ MORE

Jan 3, 2023 in Others by narikkadan
• 86,360 points
14,494 views
0 votes
0 answers

React Questions

What is babel in React? READ MORE

Nov 2, 2023 in Ask us Anything! by Arya
• 990 points
1,356 views
0 votes
1 answer

How to download minecraft java edition?

Downloading Minecraft: Java Edition is a straightforward ...READ MORE

Oct 30, 2023 in Java by anonymous
• 3,360 points
1,564 views
0 votes
5 answers

What's the future for freshers who start a job in technical support engineer? How is the career growth?

Technical Support has a future but only ...READ MORE

Sep 9, 2019 in Career Counselling by Varsha
52,590 views
0 votes
0 answers

error: This is probably not a problem with npm. There is likely additional logging output above

I am trying to deploy my project ...READ MORE

May 10, 2022 in Node-js by Kichu
• 19,040 points
9,351 views
0 votes
1 answer

What is Robotic Process Automation (RPA) ?

Robotic Process Automation (RPA) is a technology ...READ MORE

Oct 23, 2023 in Software Testing by anonymous
• 3,360 points
1,784 views
0 votes
0 answers

solidity struct is not generated in java wrapper code

struct itemDetails{ uint256 itemId; string itemName; uint256 itemVal; } mapping(address => itemDetails[]) ...READ MORE

Oct 27, 2023 in Blockchain by sanap

edited Mar 5 1,569 views
0 votes
1 answer

TypeScript: 'tsc command not found'

A few tips in order restart the terminal restart ...READ MORE

Jun 7, 2022 in TypeSript by Nina
• 3,060 points
23,512 views
0 votes
0 answers

pure component in react

What is a pure component in React ...READ MORE

Nov 6, 2023 in Others by Arya
• 990 points
1,113 views
0 votes
1 answer

what is diamond problem in java

The diamond problem in Java happens when ...READ MORE

Nov 10, 2023 in Java by Priya
1,038 views
0 votes
1 answer

How is azure SQL database auditing configured?

Azure SQL Database Auditing helps track database ...READ MORE

Oct 23, 2023 in Azure by anonymous
• 3,360 points
1,724 views
0 votes
1 answer

Where is the output of Azure SQL Database Auditing Stored?

1. Azure SQL Database Auditing Overview: Azure SQL ...READ MORE

Oct 18, 2023 in Azure by anonymous
• 3,360 points
1,857 views
0 votes
1 answer

what is j2ee in java

J2EE (Java 2 Platform, Enterprise Edition) is ...READ MORE

Nov 10, 2023 in Java by John
972 views
0 votes
1 answer

Why am I getting the syntax error SyntaxError invalid syntax in a line that contains fully valid syntax?

A "SyntaxError: invalid syntax" is a common ...READ MORE

Oct 18, 2023 in Python by anonymous
• 3,360 points
1,838 views
0 votes
1 answer

How to dynamically resize text in Flutter?

You can use the FittedBox widget to ...READ MORE

Mar 27, 2023 in Flutter by Tej
10,671 views
0 votes
1 answer

CSS to set A4 paper size

I looked into it further, and the ...READ MORE

Jun 21, 2022 in CSS by Edureka
• 12,700 points
22,823 views
0 votes
1 answer

How to download eclipse for java?

Downloading Eclipse for Java development is a ...READ MORE

Nov 9, 2023 in Java by anonymous
• 3,360 points
987 views
0 votes
1 answer

How many ways to create object in java?

In Java, there are several methodologies to ...READ MORE

Nov 9, 2023 in Java by anonymous
• 3,360 points
967 views
0 votes
0 answers

Can I change my old email address to my new email address?

Hello guys, I have been trying to ...READ MORE

Nov 7, 2023 in Ask us Anything! by Milton

edited Mar 5 895 views
0 votes
0 answers

Host a WCF service on AWS EC2

Hi, please i want to host a ...READ MORE

Nov 9, 2023 in C# by David

edited Mar 5 794 views
0 votes
7 answers

docker: executable file not found in $PATH

try to build the image with --no-cache. I ...READ MORE

Nov 1, 2020 in Docker by Deeptesh Agrawal
66,059 views
0 votes
1 answer

When will pmbok 7th edition be released?

PMBOK 7th Editions was released in August ...READ MORE

Dec 13, 2023 in PMP by Khan Sarfaraz
• 700 points
1,241 views
0 votes
1 answer

what degree for cyber security

For a career in cybersecurity: Bachelor's Degree: Choose a ...READ MORE

Nov 3, 2023 in Cyber Security & Ethical Hacking by Rahul
964 views
0 votes
1 answer

import org.openqa.selenium.* shows compilation error - The package org.openqa.selenium is not accessible even though I have added the external jar files in the class path.

Here's what you can try  Either keep only selenium-server-standalone-3.141.59.jar as ...READ MORE

Oct 7, 2020 in Selenium by Karan
• 19,550 points
49,433 views
0 votes
1 answer

How does a cloud-first strategy help clients?

A cloud-first strategy, where businesses prioritize the ...READ MORE

Nov 9, 2023 in Cloud Computing by anonymous
• 3,360 points
848 views
0 votes
1 answer

How do I split a cell in Excel into two or more where they are divided horizontally?

Table cells should be combined. To make a ...READ MORE

Apr 6, 2022 in Database by gaurav
• 23,580 points
25,842 views
0 votes
1 answer

what is paas in cloud computing

Platform as a Service (PaaS) is a ...READ MORE

Nov 3, 2023 in Cloud Computing by Rahul
915 views
0 votes
1 answer

what is paas in cloud computing

PaaS, or Platform as a Service, is ...READ MORE

Nov 3, 2023 in Cloud Computing by Rahul
918 views
0 votes
1 answer

How do I list all hosts in Ansible?

Hi@akhtar, You can use the option --list-hosts. It will ...READ MORE

Jul 28, 2020 in Ansible by MD
• 95,460 points
52,395 views
0 votes
0 answers

Profile in salesforce

What is profile in salesforce? READ MORE

Nov 6, 2023 in SalesForce by Arya
• 990 points
755 views
0 votes
1 answer

what is functional interface in java?

A functional interface in Java is an ...READ MORE

Oct 17, 2023 in Java by anonymous
• 520 points
1,573 views
0 votes
1 answer

Why main method is static in Java?

In Java, the `main` method is required ...READ MORE

Oct 19, 2023 in Java by anonymous
• 3,360 points

edited Oct 19, 2023 by anonymous 1,515 views
0 votes
0 answers

Android logo as an emoji (symbol) to copy and paste in text form

To use it in text editors, I ...READ MORE

Nov 23, 2022 in Android by Ashwini
• 5,430 points
5,117 views
0 votes
0 answers

React components

What is component in react? READ MORE

Oct 25, 2023 in Ask us Anything! by Arya
• 990 points
1,252 views
0 votes
0 answers

How to set the java_home path in Windows 10?

How to set the java_home path in ...READ MORE

Nov 3, 2023 in Java by Arya
• 990 points
817 views
0 votes
1 answer

casting int to char using C++ style casting [duplicate]

Even though the precision is lost, yo ...READ MORE

Jun 13, 2022 in C++ by Damon
• 4,960 points
22,714 views