Trending questions in Edureka Community

0 votes
0 answers

cloud cost models

What are the cloud cost models? READ MORE

Nov 2, 2023 in Cloud Computing by Arya
• 990 points
303 views
0 votes
1 answer

IAAS in Cloud

IaaS is a cloud computing service model ...READ MORE

Nov 2, 2023 in Cloud Computing by Sakshi
398 views
0 votes
1 answer

Create enum in SQL Server

Just normalize your model properly: create table user_rank ( ...READ MORE

Sep 15, 2022 in Database by narikkadan
• 63,600 points
18,136 views
0 votes
1 answer

How to learn hacking for free?

Gaining ethical hacking skills without incurring any ...READ MORE

Oct 26, 2023 in Cyber Security & Ethical Hacking by anonymous
• 3,360 points
576 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
• 63,600 points
13,529 views
0 votes
1 answer

What is cyber security course?

A cybersecurity course is designed to equip ...READ MORE

Oct 26, 2023 in Cyber Security & Ethical Hacking by anonymous
• 3,360 points
516 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
633 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 762 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 759 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
504 views
0 votes
1 answer

Cloud computing in business

Several key developments will characterize the cloud ...READ MORE

Oct 26, 2023 in Cloud Computing by Sahil
435 views
0 votes
0 answers

VM in Cloud Computing

What is virtual machine in cloud computing? READ MORE

Oct 26, 2023 in Cloud Computing by Arya
• 990 points
404 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
550 views
0 votes
1 answer

What describes the relationship between edge computing and cloud computing?

Edge computing and cloud computing are two ...READ MORE

Oct 19, 2023 in Cloud Computing by anonymous
• 3,360 points
673 views
0 votes
1 answer

what is cloud security

Cloud security is the collective set of ...READ MORE

Oct 23, 2023 in Cloud Computing by anonymous
• 3,360 points
534 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
712 views
0 votes
1 answer

What is Computer Security?

Computer security, often referred to as cybersecurity, ...READ MORE

Oct 18, 2023 in Cyber Security & Ethical Hacking by anonymous
• 3,360 points
699 views
0 votes
1 answer

Where can an object store its states Java?

In Java, an object stores its internal ...READ MORE

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

what is jsx in react

JSX (JavaScript XML) in React is a ...READ MORE

Oct 25, 2023 in Java by Aditya
438 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
662 views
0 votes
1 answer

Why Java does not support multiple inheritance?

Java does not support multiple inheritance through ...READ MORE

Oct 23, 2023 in Java by anonymous
• 3,360 points
481 views
0 votes
2 answers

Delete a folder from an s3 bucket - aws cli

There is a delete-folder option, but you ...READ MORE

Oct 3, 2019 in AWS by Shai
65,187 views
0 votes
1 answer

Why java is not 100 object oriented ?

Java is often considered "not 100% object-oriented" ...READ MORE

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

Career in ethical hacking

To pursue a career in ethical hacking ...READ MORE

Oct 23, 2023 in Cyber Security & Ethical Hacking by Adarsh
483 views
0 votes
1 answer

Why multiple inheritance is not supported in Java?

The absence of multiple inheritance in the ...READ MORE

Oct 17, 2023 in Java by anonymous
• 3,360 points
669 views
0 votes
1 answer

how to run java program in notepad?

To run a Java program in Notepad: Write ...READ MORE

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

Which statement describes a benefit of DevOps?

One significant advantage of implementing DevOps in ...READ MORE

Oct 16, 2023 in Other DevOps Questions by anonymous
• 3,360 points
842 views
0 votes
1 answer

How java is platform independent?

At the source and binary levels, Java ...READ MORE

Oct 25, 2023 in Java by Aman
284 views
0 votes
1 answer

Cyber Security

Cybersecurity protects: 1. Information: Shields data from unauthorized ...READ MORE

Oct 23, 2023 in Cyber Security & Ethical Hacking by anonymous
• 3,360 points
401 views
0 votes
1 answer

what is super keyword in java

In Java, the super keyword is used ...READ MORE

Oct 17, 2023 in Java by Rishabh
603 views
0 votes
2 answers

How to configure Maven in Jenkins?

HI... How to configure Maven in Jenkins- I HOPE ...READ MORE

Jul 14, 2020 in DevOps & Agile by anonymous

edited Jul 15, 2020 by Sirajul 52,717 views
0 votes
1 answer

Final Keyword in Java

In Java, the final keyword is used ...READ MORE

Oct 17, 2023 in Java by Ayush
550 views
0 votes
1 answer

How to change color of SVG image using CSS (jQuery SVG image replacement)?

Edit your SVG file, add fill="currentColor" to ...READ MORE

Jun 1, 2022 in JQuery by Edureka
• 13,690 points
22,211 views
0 votes
1 answer

/usr/bin/env: ‘python’: No such file or directory

Hi@akhtar, It seems your python script is not ...READ MORE

Sep 20, 2020 in Python by MD
• 95,460 points
48,927 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
8,925 views
0 votes
1 answer

What is garbage collection in the context of Java?

Garbage collection in the context of Java ...READ MORE

Oct 16, 2023 in Java by anonymous
• 3,360 points
526 views
0 votes
1 answer

How to create immutable class in Java?

To create an immutable class in Java, ...READ MORE

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

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

How to find the php.ini file from the command line?

Hello @kartik, You can get a full phpinfo() using : php ...READ MORE

May 19, 2020 in PHP by Niroj
• 82,840 points
54,160 views
0 votes
1 answer

What is Information Security?

Information Security, often referred to as InfoSec, ...READ MORE

Oct 16, 2023 in Cyber Security & Ethical Hacking by anonymous
• 3,360 points
439 views
0 votes
1 answer

What are the features of Java?

Java is a widely-used, versatile, and platform-independent ...READ MORE

Oct 16, 2023 in Java by anonymous
• 3,360 points
439 views
0 votes
0 answers

what is react native ?

what is react native ? READ MORE

Oct 13, 2023 in Others by Avinash
• 520 points
507 views
0 votes
1 answer

How to add Indian Rupee Currency symbol in Google Spreadsheet

Insert the Rupee Sign in Google Sheets (1) ...READ MORE

Jun 9, 2022 in JQuery by gaurav
• 23,260 points
21,683 views
0 votes
1 answer

How Hashmap works internally in java?

A popular data structure for storing key-value ...READ MORE

Oct 11, 2023 in Java by anonymous
• 3,360 points
507 views
0 votes
1 answer

How to become an Ethical Hacker?

Steps and Requirements for a Career in ...READ MORE

Oct 12, 2023 in Cyber Security & Ethical Hacking by Saniya
• 3,360 points
467 views
0 votes
1 answer

why java is not 100 object oriented?

Java somewhat adheres to object-oriented programming because ...READ MORE

Oct 13, 2023 in Java by Avinash
• 520 points
408 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,360 points

edited Oct 19, 2023 by anonymous 512 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
9,039 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
9,097 views
0 votes
1 answer

Excel macros disappeared

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

Sep 26, 2022 in Others by narikkadan
• 63,600 points
16,916 views
0 votes
0 answers

what is the format of an azure resource template?

what is the format of an azure ...READ MORE

Oct 13, 2023 in Azure by Avinash
• 520 points
378 views