Trending questions in Edureka Community

+1 vote
0 answers

Some Master couses Missing in purchased Platinum Membership

Hi Team, I have purshased Platinum Membership and ...READ MORE

Apr 13, 2024 in Others by Satyajeet
• 110 points

edited Mar 5, 2025 1,106 views
0 votes
1 answer

Using Jquery Ajax to retrieve data from Mysql

You forgot the table tag Write echo"<table>" before ...READ MORE

Dec 30, 2022 in Web Development by anonymous

edited Mar 5, 2025 25,336 views
0 votes
0 answers

ChatGPT Network Issue

Hi, I am encountering a problem on ...READ MORE

Apr 13, 2024 in ChatGPT by Caitlyn

edited Mar 5, 2025 977 views
0 votes
1 answer

What does c do in R?

The c function in R programming usually stands ...READ MORE

Jun 1, 2022 in Data Science by Sohail
• 3,040 points

edited Nov 28, 2023 by Soumya 30,215 views
0 votes
1 answer

Excel number formatting thousands is not working

Follow these steps: 1- choose cells you want ...READ MORE

Feb 16, 2023 in Others by Kithuzzz
• 38,000 points
18,897 views
0 votes
0 answers

how to submit the assignment where we pushed the project to github

hi for devops course - git basic module, ...READ MORE

Apr 16, 2024 in DevOps & Agile by Avinash

edited Mar 5, 2025 550 views
0 votes
0 answers

I want to move to Devops role.

I am currently working as an Automation ...READ MORE

Mar 30, 2024 in Ask us Anything! by anonymous

edited Mar 5, 2025 1,227 views
0 votes
0 answers

How to check if array is empty in laravel

I'm retrieving data using the get() method ...READ MORE

Apr 7, 2024 in Others by yogigurjar
• 100 points

edited Mar 5, 2025 883 views
0 votes
1 answer

The connection to the server localhost:8080 was refused - did you specify the right host or port?

Hi@akhtar, You may get this error if Kubectl ...READ MORE

Jun 6, 2020 in Kubernetes by MD
• 95,460 points
43,238 views
0 votes
1 answer

Understanding the probability of a double-six if i roll two dice

The chance of not getting a double ...READ MORE

Mar 23, 2022 in Machine Learning by Nandini
• 5,480 points
33,100 views
0 votes
1 answer

How to check if a file already exists or not in R?

Check out file.exists() function!! The function file.exists() returns a ...READ MORE

Oct 29, 2019 in Data Analytics by Cherukuri
• 33,050 points
71,180 views
+1 vote
8 answers

How to print the contents of RDD in Apache Spark?

Save it to a text file: line.saveAsTextFile("alicia.txt") Print contains ...READ MORE

Dec 10, 2018 in Apache Spark by Akshay
66,698 views
0 votes
1 answer

flutter remove back button on appbar

You can remove the back button from ...READ MORE

Mar 10, 2023 in Android by vinayak
17,767 views
0 votes
2 answers

How do i move jenkins from one server to another?

use job import portal in jenkins, you ...READ MORE

Jul 6, 2022 in Jenkins by anonymous

edited Mar 5, 2025 55,067 views
0 votes
1 answer

What is truncation in Java?

In Java, truncation refers to the process ...READ MORE

Nov 2, 2023 in Java by anonymous
• 3,360 points
7,525 views
0 votes
1 answer

When the keyboard appears, the Flutter widgets resize. How to prevent this?

This is a common issue in Flutter ...READ MORE

Mar 18, 2023 in Android by vinayak
17,449 views
0 votes
1 answer

what is the extension of compiled java classes?

The extension of compiled Java classes is ...READ MORE

Oct 17, 2023 in Java by anonymous
• 520 points
7,975 views
0 votes
0 answers

how is devops course?

test devops test devops READ MORE

Apr 9, 2024 in DevOps & Agile by sdvgsv
• 100 points

edited Mar 5, 2025 446 views
0 votes
0 answers

resume editor is not avaliable

Hi Team, Earlier, I used the below link ...READ MORE

Mar 29, 2024 in Others by Selva
• 120 points

edited Mar 5, 2025 887 views
0 votes
1 answer

How to convert json data into array in Flutter?

To convert the JSON data into an ...READ MORE

Mar 31, 2023 in Flutter by seena
16,465 views
0 votes
1 answer

How to take character input in Java?

In Java, you can take character input ...READ MORE

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

edited Oct 19, 2023 by anonymous 7,756 views
0 votes
0 answers

How to download submitted assignment

Hi, How to download submitted assignment from website. READ MORE

Mar 2, 2024 in Selenium by anonymous

edited Mar 5, 2025 1,911 views
0 votes
1 answer

CSS filter: make color image with transparency white

You can use filter: brightness(0) invert(1); READ MORE

Jun 28, 2022 in CSS by Edureka
• 12,730 points
28,501 views
0 votes
1 answer

How to store values from foreach loop into an array?

sfsf gf fgfgf fhfh READ MORE

Nov 10, 2023 in PHP by anonymous

edited Mar 5, 2025 31,785 views
0 votes
1 answer

How many endpoints are there in the Azure traffic manager?

Traffic Manager supports three types of endpoint: Azure ...READ MORE

Feb 19, 2024 in Azure by Sanjay
2,612 views
0 votes
0 answers

i have subscribed cource but not shared lab access?

i have subscribed cource but not shared ...READ MORE

Mar 26, 2024 in Azure by Venkatesan

edited Mar 5, 2025 716 views
0 votes
1 answer

How to change Android minSdkVersion in Flutter Project?

Yes, you can change the minSdkVersion in ...READ MORE

Mar 21, 2023 in Flutter by Tej
16,508 views
0 votes
1 answer

Sum of prime numbers from m to n in python

def is_prime(number):     if number < 2:         return False     for i ...READ MORE

Jan 5, 2024 in Python by Ali
4,426 views
0 votes
0 answers

What is VNet in azure?

Feb 19, 2024 in Azure by Maria
• 700 points
1,590 views
0 votes
0 answers

What is NSG in Azure?

Feb 19, 2024 in Azure by Maria
• 700 points
1,562 views
0 votes
1 answer

What is ADF in Azure?

ADF stands for Azure Data Factory, which ...READ MORE

Feb 19, 2024 in Azure by Preetha
2,297 views
0 votes
1 answer

How do I use hexadecimal color strings in Flutter?

To use a hexadecimal color string in ...READ MORE

Mar 1, 2023 in Android by vishalini
17,235 views
0 votes
1 answer

Redux + TypeScript -> Error: A case reducer on a non-draftable value must not return undefined redux

reducers: { updateMode(state: SliceState, ...READ MORE

Jun 8, 2024 in TypeSript by abhi

edited Mar 5, 2025 12,721 views
0 votes
1 answer

what best describes angularjs?

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

Mar 1, 2024 in Web Development by Harshit Roy
1,336 views
0 votes
0 answers

what is computer security system?

Mar 1, 2024 in Others by Priyanka
• 4,380 points
1,333 views
0 votes
1 answer

Can not find the tag library descriptor for “http://java.sun.com/jsp/jstl/core”

If you have a jstl.jar file while ...READ MORE

Feb 17, 2022 in Java by Aditya
• 7,680 points

edited Jun 22, 2023 by Khan Sarfaraz 33,388 views
+1 vote
1 answer

"msg": "Using a SSH password instead of a key is not possible because Host Key checking is enabled and sshpass does not support this.

Hi@akhtar, You are getting this error because when ...READ MORE

Aug 1, 2020 in Ansible by MD
• 95,460 points
39,595 views
0 votes
1 answer

what is attack in cyber security

An "attack" or threat in cybersecurity refers ...READ MORE

Mar 1, 2024 in Cyber Security & Ethical Hacking by Roy
1,433 views
0 votes
1 answer

what is risk in cyber security?

In the context of cybersecurity, risk is ...READ MORE

Mar 1, 2024 in Cyber Security & Ethical Hacking by Shubh Saxena
1,394 views
0 votes
0 answers

how to do hacking course?

Mar 1, 2024 in Others by Priyanka
• 4,380 points
1,250 views
0 votes
1 answer

what is a benefit of using cloud computing in networking

Unmatched scalability and flexibility are provided by ...READ MORE

Mar 1, 2024 in Cloud Computing by Chiranjeev Choudhary
1,334 views
0 votes
1 answer

How to find password of a wifi using ubuntu 18.06?

To hack a wifi password using ubuntu: You ...READ MORE

Apr 24, 2020 in Cyber Security & Ethical Hacking by Kim

edited Oct 6, 2021 by Sarfaraz 43,217 views
0 votes
0 answers

what is intelligent automation ?

Feb 19, 2024 in Data Science by Evanjalin
• 36,180 points
1,318 views
0 votes
0 answers

hadoop cluster + Unable to start standby Namenode

we have HDP Hadoop cluster with two ...READ MORE

Feb 4, 2024 in Big Data Hadoop by anonymous

edited Mar 5, 2025 2,172 views
0 votes
1 answer

Flutter App launch doesn't work in VS Code

It seems that the error message is ...READ MORE

Apr 3, 2023 in Flutter by Tej
15,373 views
0 votes
0 answers

what is functional component in react?

Mar 1, 2024 in Web Development by Priyanka
• 4,380 points
1,011 views
0 votes
1 answer

No entitymanager with actual transaction available for current thread - cannot reliably process 'remove' call

Hii @kartik, If you have @Transactional // Spring Transactional class ...READ MORE

May 22, 2020 in Java by Niroj
• 82,800 points
60,513 views
0 votes
0 answers

What is automation in computer?

What is automation in computer? READ MORE

Feb 2, 2024 in Others by Hoor
• 4,690 points
1,716 views
0 votes
0 answers

what is a 360 degree view in salesforce?

Mar 1, 2024 in SalesForce by Priyanka
• 4,380 points
970 views
0 votes
0 answers

hadoop cluster Unable to start standby Namenode

we have HDP Hadoop cluster with two ...READ MORE

Feb 4, 2024 in Big Data Hadoop by koko

edited Mar 5, 2025 2,059 views