logo

Crowdly

Browser

Add to Chrome

Questions Bank (1359791 total)

What does the T in class Demo<T> {} represent?

document.oncopy = new Function("return false");

document.onpaste = new Function("return false");

document.onselectstart = new Function("return false");

document.oncontextmenu = new Function("return false");

// Disable copy, paste, text selection, and right-click context menu

document.oncopy = new Function("return false");

document.onpaste = new Function("return false");

document.onselectstart = new Function("return false");

document.oncontextmenu = new Function("return false");

// Prevent new tab and new window shortcuts

window.addEventListener("keydown", function(event) {

if ((event.ctrlKey && event.key === 't') || (event.ctrlKey && event.key === 'n')) {

event.preventDefault();

alert("Opening a new tab or window is not allowed during the quiz.");

// Close the current tab or new window immediately

window.close();

}

});

// Detect and close the tab if the user tries to switch away from it

document.addEventListener("visibilitychange", function() {

if (document.visibilityState === "hidden") {

alert("Please stay on this tab to complete the quiz.");

// Reload the page if user tries to leave the tab

location.reload();

}

});

// Block certain key combinations for opening developer tools

window.addEventListener("keydown", function(event) {

if ((event.ctrlKey && event.shiftKey && event.key === 'i') || // Ctrl+Shift+I

(event.ctrlKey && event.shiftKey && event.key === 'j') || // Ctrl+Shift+J

(event.ctrlKey && event.shiftKey && event.key === 'c') || // Ctrl+Shift+C

(event.ctrlKey && event.key === 'u')) { // Ctrl+U

event.preventDefault();

alert("Developer tools are disabled during the quiz.");

}

});

document.oncopy = new Function("return false");

document.onpaste = new Function("return false");

document.onselectstart = new Function("return false");

document.oncontextmenu = new Function("return false");

0%
0%
0%
0%
View this question

Відповідно до ст. 1220 ч.1 Цивільного кодексу України спадщина відкривається

View this question

Дайте правильне визначення: Спадкове право –

View this question

X/Open це

0%
0%
0%
0%
0%
View this question

Наслідками прояву загроз якості є

0%
0%
0%
0%
View this question

Застосування наведеної норми закону – ч. 2 ст. 1259 ЦК України, вимагає від позивача доведення перед судом двох обставин:

0%
0%
0%
0%
0%
View this question

Вкажіть, що з наведеного належить до переліку програмних документів

0%
0%
0%
0%
0%
View this question

Заповіт, посвідчений нотаріусом за межами свого нотаріального округу є:

0%
0%
0%
0%
View this question
Модель суцільного середовища це:
View this question

Ключовим у теорії спадкового права є поняття:

0%
0%
0%
View this question