Part 2: import java.util.*; import java.util.stream.*; public class Demo { public static void main(String[] args) { String[] [] lst = { }; Stream stream = Arrays.stream (1st); System.out.println( stream .flatMap( arr -> Arrays.stream(arr) ) .collect( Collectors.toCollection ( Linked List:: new ) ) ); } { "a", "b" }, { "c", "d", "e", "f" } } Figure 2: Joining the elements from the array objects as a collection of objects Marks Allocation: Criteria Part 1: Marks 10 marks Base rule, recursive rule, list (head & tail), input argument list 8 marks - Query and output sample 2 marks 10 marks Base rule, recursive rule, list (head & tail), appropriate 8 marks condition - Query and output sample Part 2: 2 marks Total: 20 marks

Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
icon
Related questions
Question

Analyse the following Java code in Figure 1 and 2. Rewrite the given program code using logic programming paradigm, Prolog. Your solution should include recursive concept and demonstrate the query sample.

 

 

Part 2:
import java.util.*;
import java.util.stream.*;
public class Demo {
public static void main(String[] args) {
String[] [] lst = {
};
Stream<String []> stream = Arrays.stream (1st);
System.out.println( stream
.flatMap( arr -> Arrays.stream(arr) )
.collect( Collectors.toCollection ( LinkedList:: new ) )
);
}
{ "a", "b" }, { "c", "d", "e", "f" }
}
Figure 2: Joining the elements from the array objects as a collection of objects
Marks Allocation:
Criteria
Marks
10 marks
Part 1:
- Base rule, recursive rule, list (head & tail), input argument list 8 marks
Query and output sample
2 marks
10 marks
Base rule, recursive rule, list (head & tail), appropriate 8 marks
condition
Query and output sample
Part 2:
-
2 marks
Total: 20 marks
Transcribed Image Text:Part 2: import java.util.*; import java.util.stream.*; public class Demo { public static void main(String[] args) { String[] [] lst = { }; Stream<String []> stream = Arrays.stream (1st); System.out.println( stream .flatMap( arr -> Arrays.stream(arr) ) .collect( Collectors.toCollection ( LinkedList:: new ) ) ); } { "a", "b" }, { "c", "d", "e", "f" } } Figure 2: Joining the elements from the array objects as a collection of objects Marks Allocation: Criteria Marks 10 marks Part 1: - Base rule, recursive rule, list (head & tail), input argument list 8 marks Query and output sample 2 marks 10 marks Base rule, recursive rule, list (head & tail), appropriate 8 marks condition Query and output sample Part 2: - 2 marks Total: 20 marks
Part 1:
import java.util.*;
import java.util.stream.Collectors;
public class Filter {
public static List<Number> apply(
return
//
}
List<Number> lst, Double target) {
1st.stream()
}
public static void main(String[] args) {
Integer [] nums = new Integer[] {1,2,3,4,5,6,7,8,9};
Double [] nums = new Double [] {2.1, 3.2, 4.3,5.4,6.5, 7.6,8.7};
System.out.println(
Filter.apply( Arrays.asList (nums), 5.0 )
);
.mapToDouble ( Number: :doubleValue)
.filter( elem -> elem > target )
.boxed ()
.collect( Collectors. toCollection(
ArrayList:: new ) );
}
Figure 1: Filter the numeric elements based on target value
Transcribed Image Text:Part 1: import java.util.*; import java.util.stream.Collectors; public class Filter { public static List<Number> apply( return // } List<Number> lst, Double target) { 1st.stream() } public static void main(String[] args) { Integer [] nums = new Integer[] {1,2,3,4,5,6,7,8,9}; Double [] nums = new Double [] {2.1, 3.2, 4.3,5.4,6.5, 7.6,8.7}; System.out.println( Filter.apply( Arrays.asList (nums), 5.0 ) ); .mapToDouble ( Number: :doubleValue) .filter( elem -> elem > target ) .boxed () .collect( Collectors. toCollection( ArrayList:: new ) ); } Figure 1: Filter the numeric elements based on target value
Expert Solution
steps

Step by step

Solved in 2 steps

Blurred answer
Knowledge Booster
Files and Directory
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Database System Concepts
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education